Simulator fix

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2375 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-09-23 12:21:51 +00:00
parent 083a6dbc4e
commit 2f4e36abd5

View File

@ -45,6 +45,11 @@ bool battery_level_safe(void)
return true;
}
void set_poweroff_timeout(int timeout)
{
(void)timeout;
}
#else /* not SIMULATOR */
static int poweroff_idle_timeout_value[15] =