diff options
Diffstat (limited to 'stmhal/flash.c')
-rw-r--r-- | stmhal/flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/flash.c b/stmhal/flash.c index f576f927a2..7eef9b9796 100644 --- a/stmhal/flash.c +++ b/stmhal/flash.c @@ -24,7 +24,7 @@ * THE SOFTWARE. */ -#include <stm32f4xx_hal.h> +#include STM32_HAL_H #include "flash.h" |