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
|
|
@ -58,10 +58,6 @@ int battery_time(void)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* could be useful to stop the service after some time of inactivity */
|
||||
void reset_poweroff_timer(void) {}
|
||||
void set_poweroff_timeout(int timeout) { (void)timeout; };
|
||||
|
||||
/* should always be safe on android targets, the host shuts us down before */
|
||||
bool battery_level_safe(void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue