Since remote uses special button codes, there is no need to simulate release events.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3702 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
66875e0f90
commit
04dbdfe170
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ static void button_tick(void)
|
||||||
if(btn)
|
if(btn)
|
||||||
{
|
{
|
||||||
queue_post(&button_queue, btn, NULL);
|
queue_post(&button_queue, btn, NULL);
|
||||||
queue_post(&button_queue, btn | BUTTON_REL, NULL);
|
|
||||||
backlight_on();
|
backlight_on();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue