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 f617643 commit 3003a17Copy full SHA for 3003a17
platform/source/mbed_error.c
@@ -67,6 +67,8 @@ static mbed_error_status_t handle_error(mbed_error_status_t error_status, unsign
67
static bool is_reboot_error_valid = false;
68
#endif
69
70
+extern uint32_t __INITIAL_SP;
71
+
72
//Helper function to halt the system
73
static MBED_NORETURN void mbed_halt_system(void)
74
{
0 commit comments