mirror of https://github.com/ARMmbed/mbed-os.git
fixup! error: use __INITIAL_SP from cmsis instead of RTX one
parent
f6176432d2
commit
3003a171b2
|
@ -67,6 +67,8 @@ static mbed_error_status_t handle_error(mbed_error_status_t error_status, unsign
|
||||||
static bool is_reboot_error_valid = false;
|
static bool is_reboot_error_valid = false;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
extern uint32_t __INITIAL_SP;
|
||||||
|
|
||||||
//Helper function to halt the system
|
//Helper function to halt the system
|
||||||
static MBED_NORETURN void mbed_halt_system(void)
|
static MBED_NORETURN void mbed_halt_system(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue