summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/system.c b/firmware/system.c
index e6ea543069..20dc7c5241 100644
--- a/firmware/system.c
+++ b/firmware/system.c
@@ -897,8 +897,8 @@ void UIE (unsigned int pc) /* Unexpected Interrupt or Exception */
897#else 897#else
898 if (!(PBDR & 0x0100)) 898 if (!(PBDR & 0x0100))
899#endif 899#endif
900 system_reboot();
901#endif 900#endif
901 system_reboot();
902 } 902 }
903} 903}
904 904