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:
6938:20c56bfa8582
Parent:
6549:723eda4f0297
Child:
6939:3866e967d1f2
--- a/hal/common/retarget.cpp	Fri Jul 08 07:51:19 2016 +0100
+++ b/hal/common/retarget.cpp	Fri Jul 08 12:04:48 2016 +0200
@@ -545,7 +545,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