Skip to content

Commit cfbac03

Browse files
committed
core(wl3): update wrapped files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 28d4302 commit cfbac03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cores/arduino/stm32/stm32_def_build.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,9 @@
518518
#define CMSIS_STARTUP_FILE "startup_stm32wb55xx_cm4.s"
519519
#elif defined(STM32WB5Mxx)
520520
#define CMSIS_STARTUP_FILE "startup_stm32wb5mxx_cm4.s"
521-
#elif defined(STM32WL3xx)
521+
#elif defined(STM32WL3RX)
522+
#define CMSIS_STARTUP_FILE "startup_stm32wl3rx.s"
523+
#elif defined(STM32WL3XX)
522524
#define CMSIS_STARTUP_FILE "startup_stm32wl3xx.s"
523525
#elif defined(STM32WL54xx) && defined(USE_CM0PLUS_STARTUP_FILE)
524526
#define CMSIS_STARTUP_FILE "startup_stm32wl54xx_cm0plus.s"

0 commit comments

Comments
 (0)