summaryrefslogtreecommitdiff
path: root/firmware/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/system.c')
-rw-r--r--firmware/system.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/system.c b/firmware/system.c
index 9b2f1ba5a4..81c5a36917 100644
--- a/firmware/system.c
+++ b/firmware/system.c
@@ -1316,6 +1316,8 @@ void system_init(void)
1316 1316
1317void system_reboot(void) 1317void system_reboot(void)
1318{ 1318{
1319 /* Reboot */
1320 DEV_RS |= DEV_SYSTEM;
1319} 1321}
1320 1322
1321int system_memory_guard(int newmode) 1323int system_memory_guard(int newmode)