forked from len0rd/rockbox
The stop watch now inhibits the idle poweroff while counting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4863 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
221ade16af
commit
dcad830c92
1 changed files with 4 additions and 0 deletions
|
@ -94,6 +94,10 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
|
|||
else
|
||||
{
|
||||
button = rb->button_get_w_tmo(10);
|
||||
|
||||
/* Make sure that the jukebox isn't powered off
|
||||
automatically */
|
||||
rb->reset_poweroff_timer();
|
||||
}
|
||||
switch (button)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue