1
0
Fork 0
forked from len0rd/rockbox

Oops. Tiny goof.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16248 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2008-02-09 08:05:01 +00:00
parent 02de55cc85
commit 952347decb

View file

@ -102,7 +102,7 @@ static __attribute__((interrupt("IRQ"))) void KPP_HANDLER(void)
/* 10. Re-enable the appropriate keypad interrupt(s) so that the KDIE
* detects a key hold condition, or the KRIE detects a key-release
* event. */
if (int_btn != BUTTON_NONE)
if (button != BUTTON_NONE)
KPP_KPSR |= KPP_KPSR_KRIE;
else
KPP_KPSR |= KPP_KPSR_KDIE;