diff options
Diffstat (limited to 'stmhal/pendsv.c')
-rw-r--r-- | stmhal/pendsv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/pendsv.c b/stmhal/pendsv.c index 5f5603f35b..f374e06fdf 100644 --- a/stmhal/pendsv.c +++ b/stmhal/pendsv.c @@ -25,7 +25,7 @@ */ #include <stdlib.h> -#include <stm32f4xx_hal.h> +#include STM32_HAL_H #include "py/mpstate.h" #include "py/runtime.h" |