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 ae6c876 commit 91417bbCopy full SHA for 91417bb
cores/arduino/stm32/stm32_def.h
@@ -52,6 +52,8 @@
52
#include "stm32mp1xx.h"
53
#elif defined(STM32WBxx)
54
#include "stm32wbxx.h"
55
+#elif defined(STM32WLxx)
56
+ #include "stm32wlxx.h"
57
#else
58
#error "STM32YYxx chip series is not defined in boards.txt."
59
#endif
0 commit comments