Skip to content

Commit 2a26307

Browse files
committed
core(G4): update wrapped files
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 30f19af commit 2a26307

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
@@ -200,6 +200,8 @@
200200
#define CMSIS_STARTUP_FILE "startup_stm32g0b1xx.s"
201201
#elif defined(STM32G0C1xx)
202202
#define CMSIS_STARTUP_FILE "startup_stm32g0c1xx.s"
203+
#elif defined(STM32G414xx)
204+
#define CMSIS_STARTUP_FILE "startup_stm32g414xx.s"
203205
#elif defined(STM32G431xx)
204206
#define CMSIS_STARTUP_FILE "startup_stm32g431xx.s"
205207
#elif defined(STM32G441xx)

0 commit comments

Comments
 (0)