mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 21:55:10 -05:00
rk27xx: Fix ifdef for DEBUG_CANCEL button.
Change-Id: Iebbe518dcaf5c9e1573309b3fee17b52998d941c
This commit is contained in:
parent
ed5b853c18
commit
04c59b8a15
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
#ifdef RK27_GENERIC
|
#ifdef RK27_GENERIC
|
||||||
#define DEBUG_CANCEL BUTTON_VOL
|
#define DEBUG_CANCEL BUTTON_VOL
|
||||||
#elif defined(HM60X) || defined(HM801) || defined(MA_PAD)
|
#elif defined(HM60X) || defined(HM801) || (CONFIG_KEYPAD == MA_PAD)
|
||||||
#define DEBUG_CANCEL BUTTON_LEFT
|
#define DEBUG_CANCEL BUTTON_LEFT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue