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.*/
|
/* Call the clock system intitialization function.*/
|
||||||
bl SystemInit
|
bl SystemInit
|
||||||
/* Call static constructors */
|
bl _start
|
||||||
bl __libc_init_array
|
bx lr
|
||||||
/* Call the application's entry point.*/
|
|
||||||
bl main
|
|
||||||
bx lr
|
bx lr
|
||||||
.size Reset_Handler, .-Reset_Handler
|
.size Reset_Handler, .-Reset_Handler
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue