diff options
Diffstat (limited to 'stmhal/modstm.c')
-rw-r--r-- | stmhal/modstm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/modstm.c b/stmhal/modstm.c index b795d296b4..cedc894812 100644 --- a/stmhal/modstm.c +++ b/stmhal/modstm.c @@ -27,7 +27,7 @@ #include <stdio.h> #include <stdint.h> -#include "stm32f4xx_hal.h" +#include STM32_HAL_H #include "py/nlr.h" #include "py/obj.h" |