diff options
Diffstat (limited to 'src/stm32/internal.h')
-rw-r--r-- | src/stm32/internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stm32/internal.h b/src/stm32/internal.h index 2538bbaa..9c0da6c6 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_STM32H7 +#include "stm32h7xx.h" #endif extern GPIO_TypeDef * const digital_regs[]; |