Update STM32F303 startup script to handle recent changes to make file.
See 941b42a269
This commit is contained in:
parent
c86a64ffb7
commit
ff71a32eed
|
@ -100,9 +100,7 @@ LoopFillZerobss:
|
|||
bcc FillZerobss
|
||||
|
||||
/* Call the clock system intitialization function.*/
|
||||
bl SystemInit
|
||||
/* Call static constructors */
|
||||
bl __libc_init_array
|
||||
bl SystemInit
|
||||
/* Call the application's entry point.*/
|
||||
bl main
|
||||
bx lr
|
||||
|
|
Loading…
Reference in New Issue