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