Skip to content

Commit 956d0d3

Browse files
committed
core(wl3): add top HAL include
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 4c5b8de commit 956d0d3

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
@@ -64,6 +64,8 @@
6464
#include "stm32wbxx.h"
6565
#elif defined(STM32WBAxx)
6666
#include "stm32wbaxx.h"
67+
#elif defined(STM32WL3x)
68+
#include "stm32wl3x.h"
6769
#elif defined(STM32WLxx)
6870
#include "stm32wlxx.h"
6971
#else

0 commit comments

Comments
 (0)