summaryrefslogtreecommitdiff
path: root/firmware/powermgmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/powermgmt.c')
-rw-r--r--firmware/powermgmt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/powermgmt.c b/firmware/powermgmt.c
index 00b7b2fd4f..0fed847973 100644
--- a/firmware/powermgmt.c
+++ b/firmware/powermgmt.c
@@ -1171,7 +1171,6 @@ void powermgmt_init(void)
1171 1171
1172#endif /* SIMULATOR */ 1172#endif /* SIMULATOR */
1173 1173
1174#ifndef BOOTLOADER
1175void sys_poweroff(void) 1174void sys_poweroff(void)
1176{ 1175{
1177#ifndef BOOTLOADER 1176#ifndef BOOTLOADER
@@ -1193,7 +1192,6 @@ void sys_poweroff(void)
1193 queue_broadcast(SYS_POWEROFF, 0); 1192 queue_broadcast(SYS_POWEROFF, 0);
1194#endif /* BOOTLOADER */ 1193#endif /* BOOTLOADER */
1195} 1194}
1196#endif
1197 1195
1198void cancel_shutdown(void) 1196void cancel_shutdown(void)
1199{ 1197{