1
0
Fork 0
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:
Linus Nielsen Feltzing 2004-07-12 08:10:55 +00:00
parent 221ade16af
commit dcad830c92

View file

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