Skip to content

Commit 34d86cf

Browse files
committed
core: WL: add top HAL include
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent b892b99 commit 34d86cf

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
@@ -52,6 +52,8 @@
5252
#include "stm32mp1xx.h"
5353
#elif defined(STM32WBxx)
5454
#include "stm32wbxx.h"
55+
#elif defined(STM32WLxx)
56+
#include "stm32wlxx.h"
5557
#else
5658
#error "STM32YYxx chip series is not defined in boards.txt."
5759
#endif

0 commit comments

Comments
 (0)