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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index ab3075afc1..f87d41d53c 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -1013,7 +1013,8 @@ static bool dbg_spdif(void)
1013# define DEBUG_CANCEL BUTTON_LEFT 1013# define DEBUG_CANCEL BUTTON_LEFT
1014 1014
1015/* This is temporary until the SA9200 touchpad works */ 1015/* This is temporary until the SA9200 touchpad works */
1016#elif (CONFIG_KEYPAD == PHILIPS_SA9200_PAD) 1016#elif (CONFIG_KEYPAD == PHILIPS_SA9200_PAD) || \
1017 (CONFIG_KEYPAD == PHILIPS_HDD1630_PAD)
1017# define DEBUG_CANCEL BUTTON_POWER 1018# define DEBUG_CANCEL BUTTON_POWER
1018 1019
1019#endif /* key definitions */ 1020#endif /* key definitions */