1
0
Fork 0
forked from len0rd/rockbox

Fixed bounce bug

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1093 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-06-19 16:24:22 +00:00
parent c817963af9
commit ae6d598213

View file

@ -68,8 +68,10 @@ static void button_tick(void)
if ( post )
queue_post(&button_queue, btn, NULL);
}
else
else {
repeat = false;
count = 0;
}
lastbtn = btn;
tick = 0;