diff options
Diffstat (limited to 'stmhal/accel.c')
-rw-r--r-- | stmhal/accel.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/stmhal/accel.c b/stmhal/accel.c index 0af8c8fd40..a61e8ef3ee 100644 --- a/stmhal/accel.c +++ b/stmhal/accel.c @@ -29,12 +29,8 @@ #include "stm32f4xx_hal.h" -#include "mpconfig.h" -#include "nlr.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" -#include "runtime.h" +#include "py/nlr.h" +#include "py/runtime.h" #include "i2c.h" #include "accel.h" |