We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1575b13 commit 272aa60Copy full SHA for 272aa60
cores/arduino/stm32/stm32_def_build.h
@@ -426,6 +426,8 @@
426
#define CMSIS_STARTUP_FILE "startup_stm32wb10xx_cm4.s"
427
#elif defined(STM32WB15xx)
428
#define CMSIS_STARTUP_FILE "startup_stm32wb15xx_cm4.s"
429
+ #elif defined(STM32WB1Mxx)
430
+ #define CMSIS_STARTUP_FILE "startup_stm32wb1mxx_cm4.s"
431
#elif defined(STM32WB30xx)
432
#define CMSIS_STARTUP_FILE "startup_stm32wb30xx_cm4.s"
433
#elif defined(STM32WB35xx)
0 commit comments