Fix issue #2124: IAR no rtos
pull/2162/merge
Martin Kojtal 2016-07-15 10:48:53 +01:00 committed by GitHub
commit 829289bdd9
1 changed files with 0 additions and 1 deletions

View File

@ -548,7 +548,6 @@ extern "C" int __wrap_main(void) {
// 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