summaryrefslogtreecommitdiff
path: root/core/cortex-m/panic.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/cortex-m/panic.c')
-rw-r--r--core/cortex-m/panic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/cortex-m/panic.c b/core/cortex-m/panic.c
index 310a9d5a53..95344bbb07 100644
--- a/core/cortex-m/panic.c
+++ b/core/cortex-m/panic.c
@@ -327,7 +327,7 @@ static void panic_show_process_stack(const struct panic_data *pdata)
/**
* Display a message and reboot
*/
-static void panic_reboot(void)
+void panic_reboot(void)
{
panic_puts("\n\nRebooting...\n");
system_reset(0);