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, 3 insertions, 0 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 8a2b945fe1..92ef222d98 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -1032,6 +1032,9 @@ static bool dbg_spdif(void)
1032 (CONFIG_KEYPAD == PHILIPS_HDD1630_PAD) 1032 (CONFIG_KEYPAD == PHILIPS_HDD1630_PAD)
1033# define DEBUG_CANCEL BUTTON_POWER 1033# define DEBUG_CANCEL BUTTON_POWER
1034 1034
1035#elif (CONFIG_KEYPAD == SAMSUNG_YH_PAD)
1036# define DEBUG_CANCEL BUTTON_PLAY
1037
1035#endif /* key definitions */ 1038#endif /* key definitions */
1036 1039
1037/* Test code!!! */ 1040/* Test code!!! */