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