Skip to content

Commit 182cab6

Browse files
committed
core(G4): update wrapped files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent ae3db51 commit 182cab6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cores/arduino/stm32/stm32_def_build.h

+4
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,10 @@
202202
#define CMSIS_STARTUP_FILE "startup_stm32g0b1xx.s"
203203
#elif defined(STM32G0C1xx)
204204
#define CMSIS_STARTUP_FILE "startup_stm32g0c1xx.s"
205+
#elif defined(STM32G411xB)
206+
#define CMSIS_STARTUP_FILE "startup_stm32g411xb.s"
207+
#elif defined(STM32G411xC)
208+
#define CMSIS_STARTUP_FILE "startup_stm32g411xc.s"
205209
#elif defined(STM32G414xx)
206210
#define CMSIS_STARTUP_FILE "startup_stm32g414xx.s"
207211
#elif defined(STM32G431xx)

0 commit comments

Comments
 (0)