summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/boards/stm32f4xx-prefix.c
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/boards/stm32f4xx-prefix.c')
-rw-r--r--stmhal/boards/stm32f4xx-prefix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/boards/stm32f4xx-prefix.c b/stmhal/boards/stm32f4xx-prefix.c
index e68de4cf4e..af3ed325cb 100644
--- a/stmhal/boards/stm32f4xx-prefix.c
+++ b/stmhal/boards/stm32f4xx-prefix.c
@@ -2,7 +2,7 @@
#include <stdio.h>
#include <stdint.h>
-#include <stm32f4xx.h>
+#include <stm32f4xx_hal.h>
#include "misc.h"
#include "mpconfig.h"