1
0
Fork 0
forked from len0rd/rockbox

Remote control now sends both key-down and key-up events

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2476 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-10-02 11:51:45 +00:00
parent 943292b6cb
commit d0b5f9613c

View file

@ -66,6 +66,7 @@ static void button_tick(void)
if(btn)
{
queue_post(&button_queue, btn, NULL);
queue_post(&button_queue, btn | BUTTON_REL, NULL);
backlight_on();
}