Skip to content

Commit 7afbaac

Browse files
committed
core(WBA): update wrapped files
Signed-off-by: Frederic Pillon <[email protected]>
1 parent de522b4 commit 7afbaac

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
@@ -478,6 +478,8 @@
478478
#define CMSIS_STARTUP_FILE "startup_stm32wba54xx.s"
479479
#elif defined(STM32WBA55xx)
480480
#define CMSIS_STARTUP_FILE "startup_stm32wba55xx.s"
481+
#elif defined(STM32WBA5Mxx)
482+
#define CMSIS_STARTUP_FILE "startup_stm32wba5mxx.s"
481483
#elif defined(STM32WB10xx)
482484
#define CMSIS_STARTUP_FILE "startup_stm32wb10xx_cm4.s"
483485
#elif defined(STM32WB15xx)

0 commit comments

Comments
 (0)