ST / ST_Events-old

Dependents:   HelloWorld_CCA01M1 HelloWorld_CCA02M1 CI-data-logger-server HelloWorld_CCA02M1 ... more

This is a fork of the events subdirectory of https://github.com/ARMmbed/mbed-os.

Note, you must import this library with import name: events!!!

Revision:
6939:3866e967d1f2
Parent:
6892:5bf317924ef4
Parent:
6938:20c56bfa8582
Child:
6984:94fc5d678e5f
--- a/hal/common/retarget.cpp	Fri Jul 15 10:26:08 2016 +0100
+++ b/hal/common/retarget.cpp	Fri Jul 15 10:48:53 2016 +0100
@@ -548,7 +548,6 @@
 // code will call a function to setup argc and argv (__iar_argc_argv) if it is defined.
 // Since mbed doesn't use argc/argv, we use this function to call our mbed_main.
 extern "C" void __iar_argc_argv() {
-    mbed_sdk_init();
     mbed_main();
 }
 #endif