STM32F429 ARM MICRO startup file update

pull/9884/head
jeromecoutant 2019-02-28 11:19:12 +01:00
parent 0e7f112653
commit 6e12fad543
1 changed files with 0 additions and 6 deletions

View File

@ -195,15 +195,9 @@ __Vectors_Size EQU __Vectors_End - __Vectors
; Reset handler
Reset_Handler PROC
EXPORT Reset_Handler [WEAK]
IMPORT SystemInitPre
IMPORT HAL_InitPre
IMPORT SystemInit
IMPORT __main
LDR R0, =SystemInitPre
BLX R0
LDR R0, =HAL_InitPre
BLX R0
LDR R0, =SystemInit
BLX R0
LDR R0, =__main