Skip to content

Commit 9fba1aa

Browse files
committed
core(H5): add top HAL include
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent f70dcb7 commit 9fba1aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cores/arduino/stm32/stm32_def.h

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
#include "stm32g0xx.h"
4141
#elif defined(STM32G4xx)
4242
#include "stm32g4xx.h"
43+
#elif defined(STM32H5xx)
44+
#include "stm32h5xx.h"
4345
#elif defined(STM32H7xx)
4446
#include "stm32h7xx.h"
4547
#elif defined(STM32L0xx)

0 commit comments

Comments
 (0)