STM32F103xE: correct GCC startup file

pull/15356/head
Jerome Coutant 2022-12-12 17:49:54 +01:00
parent 74ca88bae0
commit 95f874a87e
1 changed files with 2 additions and 4 deletions

View File

@ -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