summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--apps/debug_menu.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 94076bf64d..2497b17826 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -994,10 +994,12 @@ static bool dbg_spdif(void)
994 994
995/* This is temporary until the SA9200 touchpad works */ 995/* This is temporary until the SA9200 touchpad works */
996#elif (CONFIG_KEYPAD == PHILIPS_SA9200_PAD) || \ 996#elif (CONFIG_KEYPAD == PHILIPS_SA9200_PAD) || \
997 (CONFIG_KEYPAD == PHILIPS_HDD1630_PAD) || \ 997 (CONFIG_KEYPAD == PHILIPS_HDD1630_PAD)
998 (CONFIG_KEYPAD == PHILIPS_HDD6330_PAD)
999# define DEBUG_CANCEL BUTTON_POWER 998# define DEBUG_CANCEL BUTTON_POWER
1000 999
1000#elif (CONFIG_KEYPAD == PHILIPS_HDD6330_PAD)
1001# define DEBUG_CANCEL BUTTON_PREV
1002
1001#elif (CONFIG_KEYPAD == SAMSUNG_YH_PAD) 1003#elif (CONFIG_KEYPAD == SAMSUNG_YH_PAD)
1002# define DEBUG_CANCEL BUTTON_PLAY 1004# define DEBUG_CANCEL BUTTON_PLAY
1003 1005