Skip to content

Commit e0d3af7

Browse files
committed
core(wb0): add top HAL include
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 5e784e8 commit e0d3af7

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
@@ -58,6 +58,8 @@
5858
#include "stm32u3xx.h"
5959
#elif defined(STM32U5xx)
6060
#include "stm32u5xx.h"
61+
#elif defined(STM32WB0x)
62+
#include "stm32wb0x.h"
6163
#elif defined(STM32WBxx)
6264
#include "stm32wbxx.h"
6365
#elif defined(STM32WBAxx)

0 commit comments

Comments
 (0)