Skip to content

Commit d00afd9

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: cores/arduino/stm32/stm32_def.h

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858
#include "stm32u5xx.h"
5959
#elif defined(STM32WBxx)
6060
#include "stm32wbxx.h"
61+
#elif defined(STM32WBAxx)
62+
#include "stm32wbaxx.h"
6163
#elif defined(STM32WLxx)
6264
#include "stm32wlxx.h"
6365
#else

0 commit comments

Comments
 (0)