Skip to content

Commit ba317ed

Browse files
committed
core: U5: add top HAL include
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 3b39587 commit ba317ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cores/arduino/stm32/stm32_def.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
#include "stm32l5xx.h"
5151
#elif defined(STM32MP1xx)
5252
#include "stm32mp1xx.h"
53+
#elif defined(STM32U5xx)
54+
#include "stm32u5xx.h"
5355
#elif defined(STM32WBxx)
5456
#include "stm32wbxx.h"
5557
#elif defined(STM32WLxx)

0 commit comments

Comments
 (0)