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:
parent
02de55cc85
commit
952347decb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue