summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/modpyb.c
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/modpyb.c')
-rw-r--r--stmhal/modpyb.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/stmhal/modpyb.c b/stmhal/modpyb.c
index 03e65f1be0..91b9464713 100644
--- a/stmhal/modpyb.c
+++ b/stmhal/modpyb.c
@@ -29,12 +29,9 @@
#include "stm32f4xx_hal.h"
-#include "mpconfig.h"
-#include "misc.h"
-#include "nlr.h"
-#include "qstr.h"
-#include "obj.h"
-#include "gc.h"
+#include "py/nlr.h"
+#include "py/obj.h"
+#include "py/gc.h"
#include "gccollect.h"
#include "irq.h"
#include "systick.h"