1
0
Fork 0
forked from len0rd/rockbox

Hopefully mop-up remaining red.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19317 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2008-12-03 21:15:44 +00:00
parent add677fca8
commit bc963c34ae
7 changed files with 11 additions and 53 deletions

View file

@ -1123,6 +1123,7 @@ void powermgmt_init(void)
void sys_poweroff(void)
{
#ifndef BOOTLOADER
logf("sys_poweroff()");
/* If the main thread fails to shut down the system, we will force a
power off after an 20 second timeout - 28 seconds if recording */
@ -1139,6 +1140,7 @@ void sys_poweroff(void)
}
queue_broadcast(SYS_POWEROFF, 0);
#endif /* BOOTLOADER */
}
void cancel_shutdown(void)