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
|
||||
#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
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue