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 c8b04cb commit b02e314Copy full SHA for b02e314
libraries/SrcWrapper/inc/stm32_def.h
@@ -64,6 +64,8 @@
64
#include "stm32wbxx.h"
65
#elif defined(STM32WBAxx)
66
#include "stm32wbaxx.h"
67
+#elif defined(STM32WL3x)
68
+ #include "stm32wl3x.h"
69
#elif defined(STM32WLxx)
70
#include "stm32wlxx.h"
71
#else
0 commit comments