git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29486 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Jarosch 2011-03-01 21:06:46 +00:00
parent acd8bffb95
commit ef99e33bc5

View file

@ -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;
}