summaryrefslogtreecommitdiff
path: root/stmhal/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/main.c')
-rw-r--r--stmhal/main.c19
1 files changed, 7 insertions, 12 deletions
diff --git a/stmhal/main.c b/stmhal/main.c
index a946b86ee..ae5c94b53 100644
--- a/stmhal/main.c
+++ b/stmhal/main.c
@@ -27,21 +27,16 @@
#include <stdio.h>
#include <string.h>
-#include "stm32f4xx_hal.h"
+#include "py/nlr.h"
+#include "py/lexer.h"
+#include "py/parse.h"
+#include "py/obj.h"
+#include "py/runtime.h"
+#include "py/stackctrl.h"
+#include "py/gc.h"
-#include "mpconfig.h"
-#include "misc.h"
#include "systick.h"
#include "pendsv.h"
-#include "qstr.h"
-#include "misc.h"
-#include "nlr.h"
-#include "lexer.h"
-#include "parse.h"
-#include "obj.h"
-#include "runtime.h"
-#include "stackctrl.h"
-#include "gc.h"
#include "gccollect.h"
#include "readline.h"
#include "pyexec.h"