Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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!!!
Diff: hal/common/retarget.cpp
- 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