Skip to content

Commit 6e12fad

Browse files
committed
STM32F429 ARM MICRO startup file update
1 parent 0e7f112 commit 6e12fad

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
@@ -195,15 +195,9 @@ __Vectors_Size EQU __Vectors_End - __Vectors
195195
; Reset handler
196196
Reset_Handler PROC
197197
EXPORT Reset_Handler [WEAK]
198-
IMPORT SystemInitPre
199-
IMPORT HAL_InitPre
200198
IMPORT SystemInit
201199
IMPORT __main
202200

203-
LDR R0, =SystemInitPre
204-
BLX R0
205-
LDR R0, =HAL_InitPre
206-
BLX R0
207201
LDR R0, =SystemInit
208202
BLX R0
209203
LDR R0, =__main

0 commit comments

Comments
 (0)