Blink, remove compiler errors

Dependents:   STM32F031_Blink_Aug17

Fork of mbed-STM32F030F4 by Nothing Special

Revision:
6:3c60dac207ae
Parent:
0:38ccae254a29
--- a/common/retarget.cpp	Wed Nov 12 01:02:31 2014 +0000
+++ b/common/retarget.cpp	Sun Nov 16 20:16:20 2014 +0000
@@ -395,7 +395,9 @@
 #include "mbed_error.h"
 namespace __gnu_cxx {
     void __verbose_terminate_handler() {
-        error("Exception");
+//        error("Exception");
+// STM32F030F4 for flash size save 
+        error("Ex");
     }
 }
 extern "C" WEAK void __cxa_pure_virtual(void);