Skip to content

Commit f2b946f

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/SrcWrapper/inc/stm32_def.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
#include "stm32mp1xx.h"
5555
#elif defined(STM32U0xx)
5656
#include "stm32u0xx.h"
57+
#elif defined(STM32U3xx)
58+
#include "stm32u3xx.h"
5759
#elif defined(STM32U5xx)
5860
#include "stm32u5xx.h"
5961
#elif defined(STM32WBxx)

0 commit comments

Comments
 (0)