aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm32/internal.h')
-rw-r--r--src/stm32/internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stm32/internal.h b/src/stm32/internal.h
index 0422bf65..1d1e0a96 100644
--- a/src/stm32/internal.h
+++ b/src/stm32/internal.h
@@ -12,6 +12,8 @@
#include "stm32f2xx.h"
#elif CONFIG_MACH_STM32F4
#include "stm32f4xx.h"
+#elif CONFIG_MACH_STM32F7
+#include "stm32f7xx.h"
#elif CONFIG_MACH_STM32G0
#include "stm32g0xx.h"
#elif CONFIG_MACH_STM32G4