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.*/ /* 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