Skip to content

Commit 272aa60

Browse files
committed
core(WB): update wrapped files
Signed-off-by: TLIG Dhaou <[email protected]>
1 parent 1575b13 commit 272aa60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: cores/arduino/stm32/stm32_def_build.h

+2
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,8 @@
426426
#define CMSIS_STARTUP_FILE "startup_stm32wb10xx_cm4.s"
427427
#elif defined(STM32WB15xx)
428428
#define CMSIS_STARTUP_FILE "startup_stm32wb15xx_cm4.s"
429+
#elif defined(STM32WB1Mxx)
430+
#define CMSIS_STARTUP_FILE "startup_stm32wb1mxx_cm4.s"
429431
#elif defined(STM32WB30xx)
430432
#define CMSIS_STARTUP_FILE "startup_stm32wb30xx_cm4.s"
431433
#elif defined(STM32WB35xx)

0 commit comments

Comments
 (0)