Fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29486 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
acd8bffb95
commit
ef99e33bc5
1 changed files with 2 additions and 0 deletions
|
@ -788,11 +788,13 @@ void cancel_shutdown(void)
|
|||
{
|
||||
logf("cancel_shutdown()");
|
||||
|
||||
#ifndef BOOTLOADER
|
||||
#if defined(IAUDIO_X5) || defined(IAUDIO_M5) || defined(COWON_D2)
|
||||
/* TODO: Move some things to target/ tree */
|
||||
if (shutdown_timeout)
|
||||
pcf50606_reset_timeout();
|
||||
#endif
|
||||
#endif /* BOOTLOADER */
|
||||
|
||||
shutdown_timeout = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue