diff options
Diffstat (limited to 'stmhal/system_stm32f4xx.c')
-rw-r--r-- | stmhal/system_stm32f4xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/system_stm32f4xx.c b/stmhal/system_stm32f4xx.c index 207fb528b6..f6dbf70db1 100644 --- a/stmhal/system_stm32f4xx.c +++ b/stmhal/system_stm32f4xx.c @@ -92,7 +92,7 @@ */ #include "mpconfigboard.h" -#include "stm32f4xx_hal.h" +#include STM32_HAL_H void __fatal_error(const char *msg); |