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 28d4302 commit cfbac03Copy full SHA for cfbac03
cores/arduino/stm32/stm32_def_build.h
@@ -518,7 +518,9 @@
518
#define CMSIS_STARTUP_FILE "startup_stm32wb55xx_cm4.s"
519
#elif defined(STM32WB5Mxx)
520
#define CMSIS_STARTUP_FILE "startup_stm32wb5mxx_cm4.s"
521
- #elif defined(STM32WL3xx)
+ #elif defined(STM32WL3RX)
522
+ #define CMSIS_STARTUP_FILE "startup_stm32wl3rx.s"
523
+ #elif defined(STM32WL3XX)
524
#define CMSIS_STARTUP_FILE "startup_stm32wl3xx.s"
525
#elif defined(STM32WL54xx) && defined(USE_CM0PLUS_STARTUP_FILE)
526
#define CMSIS_STARTUP_FILE "startup_stm32wl54xx_cm0plus.s"
0 commit comments