diff options
Diffstat (limited to 'stmhal/modstm.c')
-rw-r--r-- | stmhal/modstm.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/stmhal/modstm.c b/stmhal/modstm.c index 960476fa95..72f4c67a76 100644 --- a/stmhal/modstm.c +++ b/stmhal/modstm.c @@ -29,11 +29,8 @@ #include "stm32f4xx_hal.h" -#include "mpconfig.h" -#include "nlr.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" +#include "py/nlr.h" +#include "py/obj.h" #include "portmodules.h" // To use compile-time constants we are restricted to 31-bit numbers (a small int, |