summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/timer.c')
-rw-r--r--stmhal/timer.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/stmhal/timer.c b/stmhal/timer.c
index e95fb5f9ef..7adb98c826 100644
--- a/stmhal/timer.c
+++ b/stmhal/timer.c
@@ -32,17 +32,13 @@
#include "usbd_cdc_msc_hid.h"
#include "usbd_cdc_interface.h"
-#include "nlr.h"
-#include "misc.h"
-#include "mpconfig.h"
-#include "qstr.h"
-#include "gc.h"
-#include "obj.h"
-#include "runtime.h"
+#include "py/nlr.h"
+#include "py/runtime.h"
+#include "py/gc.h"
+#include "py/pfenv.h"
#include "timer.h"
#include "servo.h"
#include "pin.h"
-#include "pfenv.h"
/// \moduleref pyb
/// \class Timer - periodically call a function