Merge pull request #9884 from jeromecoutant/PR_F429_uARM

STM32F429 ARM MICRO startup file update
pull/9914/head
Martin Kojtal 2019-03-14 09:38:33 +01:00 committed by GitHub
commit b21211dd9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -167,15 +167,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