We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e784e8 commit e0d3af7Copy full SHA for e0d3af7
libraries/SrcWrapper/inc/stm32_def.h
@@ -58,6 +58,8 @@
58
#include "stm32u3xx.h"
59
#elif defined(STM32U5xx)
60
#include "stm32u5xx.h"
61
+#elif defined(STM32WB0x)
62
+ #include "stm32wb0x.h"
63
#elif defined(STM32WBxx)
64
#include "stm32wbxx.h"
65
#elif defined(STM32WBAxx)
0 commit comments