Update STM32F303 startup script to handle recent changes to make file.

See 941b42a269
This commit is contained in:
Dominic Clifton 2014-08-01 21:44:27 +01:00
parent c86a64ffb7
commit ff71a32eed
1 changed files with 1 additions and 3 deletions

View File

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