diff options
Diffstat (limited to 'stmhal/accel.c')
-rw-r--r-- | stmhal/accel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/accel.c b/stmhal/accel.c index a61e8ef3ee..64ac852664 100644 --- a/stmhal/accel.c +++ b/stmhal/accel.c @@ -27,7 +27,7 @@ #include <stdio.h> #include <string.h> -#include "stm32f4xx_hal.h" +#include STM32_HAL_H #include "py/nlr.h" #include "py/runtime.h" |