Skip to content

Commit bef3857

Browse files
committed
[G4] Update wrapped files
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 5e32e9d commit bef3857

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cores/arduino/stm32/stm32_def_build.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,10 @@
198198
#define CMSIS_STARTUP_FILE "startup_stm32g483xx.s"
199199
#elif defined(STM32G484xx)
200200
#define CMSIS_STARTUP_FILE "startup_stm32g484xx.s"
201+
#elif defined(STM32G491xx)
202+
#define CMSIS_STARTUP_FILE "startup_stm32g491xx.s"
203+
#elif defined(STM32G4A1xx)
204+
#define CMSIS_STARTUP_FILE "startup_stm32g4a1xx.s"
201205
#elif defined(STM32GBK1CB)
202206
#define CMSIS_STARTUP_FILE "startup_stm32gbk1cb.s"
203207
#elif defined(STM32H742xx)

0 commit comments

Comments
 (0)