Skip to content

Commit b21211d

Browse files
authored
Merge pull request #9884 from jeromecoutant/PR_F429_uARM
STM32F429 ARM MICRO startup file update
2 parents ab0bc65 + 6e12fad commit b21211d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F429xI/device/TOOLCHAIN_ARM_MICRO/startup_stm32f429xx.S

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -167,15 +167,9 @@ __Vectors_Size EQU __Vectors_End - __Vectors
167167
; Reset handler
168168
Reset_Handler PROC
169169
EXPORT Reset_Handler [WEAK]
170-
IMPORT SystemInitPre
171-
IMPORT HAL_InitPre
172170
IMPORT SystemInit
173171
IMPORT __main
174172

175-
LDR R0, =SystemInitPre
176-
BLX R0
177-
LDR R0, =HAL_InitPre
178-
BLX R0
179173
LDR R0, =SystemInit
180174
BLX R0
181175
LDR R0, =__main

0 commit comments

Comments
 (0)