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 706625a commit f1e1375Copy full SHA for f1e1375
platform/source/mbed_sdk_boot.c
@@ -128,6 +128,7 @@ int $Sub$$main(void)
128
#endif
129
mbed_toolchain_init();
130
mbed_main();
131
+ mbed_error_initialize();
132
return $Super$$main();
133
}
134
@@ -162,6 +163,7 @@ void software_init_hook(void)
162
163
int __wrap_main(void)
164
{
165
166
167
return __real_main();
168
169
@@ -180,6 +182,7 @@ void __mbed_init(void)
180
182
mbed_stack_isr_size = (uint32_t)__section_size("CSTACK");
181
183
184
mbed_init();
185
186
187
188
0 commit comments