We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46057c5 + e29aa6a commit 829289bCopy full SHA for 829289b
hal/common/retarget.cpp
@@ -548,7 +548,6 @@ extern "C" int __wrap_main(void) {
548
// code will call a function to setup argc and argv (__iar_argc_argv) if it is defined.
549
// Since mbed doesn't use argc/argv, we use this function to call our mbed_main.
550
extern "C" void __iar_argc_argv() {
551
- mbed_sdk_init();
552
mbed_main();
553
}
554
#endif
0 commit comments