Skip to content

Commit 064bbe4

Browse files
committed
core(H5): update wrapped files
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 6dc7119 commit 064bbe4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: cores/arduino/stm32/stm32_def_build.h

+4
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,10 @@
222222
#define CMSIS_STARTUP_FILE "startup_stm32gbk1cb.s"
223223
#elif defined(STM32H503xx)
224224
#define CMSIS_STARTUP_FILE "startup_stm32h503xx.s"
225+
#elif defined(STM32H523xx)
226+
#define CMSIS_STARTUP_FILE "startup_stm32h523xx.s"
227+
#elif defined(STM32H533xx)
228+
#define CMSIS_STARTUP_FILE "startup_stm32h533xx.s"
225229
#elif defined(STM32H562xx)
226230
#define CMSIS_STARTUP_FILE "startup_stm32h562xx.s"
227231
#elif defined(STM32H563xx)

0 commit comments

Comments
 (0)