1
0
Fork 0
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:
Thomas Jarosch 2011-03-08 19:33:30 +00:00
parent 2ebe370ca1
commit 5c73e34d2d
6 changed files with 18 additions and 42 deletions

View file

@ -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)
{