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 8f24ac95f6..f5dbbf17a5 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -983,7 +983,8 @@ static bool dbg_spdif(void)
983#elif CONFIG_KEYPAD == IAUDIO_X5M5_PAD 983#elif CONFIG_KEYPAD == IAUDIO_X5M5_PAD
984# define DEBUG_CANCEL BUTTON_REC 984# define DEBUG_CANCEL BUTTON_REC
985 985
986#elif CONFIG_KEYPAD == IRIVER_H10_PAD 986#elif (CONFIG_KEYPAD == IRIVER_H10_PAD) || \
987 (CONFIG_KEYPAD == MROBE100_PAD)
987# define DEBUG_CANCEL BUTTON_REW 988# define DEBUG_CANCEL BUTTON_REW
988 989
989#elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \ 990#elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \