Skip to content

Commit e97bce7

Browse files
committed
core(H7): update wrapped files
Signed-off-by: Alexandre Bourdiol <[email protected]>
1 parent 00f5bfb commit e97bce7

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
@@ -232,8 +232,12 @@
232232
#define CMSIS_STARTUP_FILE "startup_stm32h742xx.s"
233233
#elif defined(STM32H743xx)
234234
#define CMSIS_STARTUP_FILE "startup_stm32h743xx.s"
235+
#elif defined(STM32H745xG)
236+
#define CMSIS_STARTUP_FILE "startup_stm32h745xg.s"
235237
#elif defined(STM32H745xx)
236238
#define CMSIS_STARTUP_FILE "startup_stm32h745xx.s"
239+
#elif defined(STM32H747xG)
240+
#define CMSIS_STARTUP_FILE "startup_stm32h747xg.s"
237241
#elif defined(STM32H747xx)
238242
#define CMSIS_STARTUP_FILE "startup_stm32h747xx.s"
239243
#elif defined(STM32H750xx)

0 commit comments

Comments
 (0)