mirror of https://github.com/ARMmbed/mbed-os.git
STM32F103xE: correct GCC startup file
parent
74ca88bae0
commit
95f874a87e
|
@ -93,10 +93,8 @@ LoopFillZerobss:
|
|||
|
||||
/* Call the clock system intitialization function.*/
|
||||
bl SystemInit
|
||||
/* Call static constructors */
|
||||
bl __libc_init_array
|
||||
/* Call the application's entry point.*/
|
||||
bl main
|
||||
bl _start
|
||||
bx lr
|
||||
bx lr
|
||||
.size Reset_Handler, .-Reset_Handler
|
||||
|
||||
|
|
Loading…
Reference in New Issue