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.
1 parent 3a61bd0 commit bcbe0b1Copy full SHA for bcbe0b1
platform/retarget.cpp
@@ -509,7 +509,7 @@ extern "C" void software_init_hook(void)
509
mbed_die();
510
}
511
#endif/* FEATURE_UVISOR */
512
-
+ mbed_sdk_init();
513
software_init_hook_rtos();
514
515
#endif
@@ -540,7 +540,6 @@ extern "C" void _platform_post_stackheap_init (void) {
540
extern "C" int __real_main(void);
541
542
extern "C" int __wrap_main(void) {
543
- mbed_sdk_init();
544
mbed_main();
545
return __real_main();
546
0 commit comments