Fusee use CAR reboot for fatal errors

This commit is contained in:
TuxSH
2018-05-20 23:52:09 +02:00
parent 4ec7d0fc82
commit 83d9d874e6
6 changed files with 34 additions and 24 deletions

View File

@@ -60,7 +60,7 @@ void check_and_display_panic(void) {
}
display_color_screen(color);
wait_for_button_and_pmc_reboot();
wait_for_button_and_reboot();
} else {
g_panic_code = 0;
APBDEV_PMC_SCRATCH200_0 = 0;