forked from len0rd/rockbox
Bring idle poweroff to RaaA and the sim
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29543 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2ebe370ca1
commit
5c73e34d2d
6 changed files with 18 additions and 42 deletions
|
@ -200,13 +200,3 @@ bool battery_level_safe(void)
|
|||
{
|
||||
return battery_level() >= 5;
|
||||
}
|
||||
|
||||
/** Rockbox stubs */
|
||||
void set_poweroff_timeout(int timeout)
|
||||
{
|
||||
(void)timeout;
|
||||
}
|
||||
|
||||
void reset_poweroff_timer(void)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue