mbed library sources

Fork of mbed-src by mbed official

Revision:
428:4ddf7f7eabbb
Parent:
412:b8e8b58d8bcd
--- a/targets/cmsis/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F030R8/TOOLCHAIN_GCC_ARM/startup_stm32f030x8.s	Thu Dec 04 07:30:08 2014 +0000
+++ b/targets/cmsis/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F030R8/TOOLCHAIN_GCC_ARM/startup_stm32f030x8.s	Mon Dec 08 07:30:07 2014 +0000
@@ -100,10 +100,9 @@
 /* Call the clock system intitialization function.*/
   bl  SystemInit
 /* Call static constructors */
-//  bl __libc_init_array
+  bl __libc_init_array
 /* Call the application's entry point.*/
-//  bl main
-  bl _start
+  bl main
 
 LoopForever:
     b LoopForever