Skip to content

Commit 829289b

Browse files
authored
Merge pull request #2129 from jamike/Fix_for_#2124
Fix issue #2124: IAR no rtos
2 parents 46057c5 + e29aa6a commit 829289b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hal/common/retarget.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,6 @@ extern "C" int __wrap_main(void) {
548548
// code will call a function to setup argc and argv (__iar_argc_argv) if it is defined.
549549
// Since mbed doesn't use argc/argv, we use this function to call our mbed_main.
550550
extern "C" void __iar_argc_argv() {
551-
mbed_sdk_init();
552551
mbed_main();
553552
}
554553
#endif

0 commit comments

Comments
 (0)