No need to turn on the backlight for remote button presses.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4432 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9e11ff81d5
commit
8918fd89cd
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ static void button_tick(void)
|
|||
if(btn)
|
||||
{
|
||||
queue_post(&button_queue, btn, NULL);
|
||||
backlight_on();
|
||||
}
|
||||
|
||||
/* only poll every X ticks */
|
||||
|
|
Loading…
Reference in a new issue