forked from len0rd/rockbox
Simulator fix
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2375 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
083a6dbc4e
commit
2f4e36abd5
1 changed files with 5 additions and 0 deletions
|
|
@ -45,6 +45,11 @@ bool battery_level_safe(void)
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void set_poweroff_timeout(int timeout)
|
||||||
|
{
|
||||||
|
(void)timeout;
|
||||||
|
}
|
||||||
|
|
||||||
#else /* not SIMULATOR */
|
#else /* not SIMULATOR */
|
||||||
|
|
||||||
static int poweroff_idle_timeout_value[15] =
|
static int poweroff_idle_timeout_value[15] =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue