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 0e4eab1a44..60594b677c 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -1024,7 +1024,8 @@ static bool dbg_spdif(void)
1024# define DEBUG_CANCEL BUTTON_MENU 1024# define DEBUG_CANCEL BUTTON_MENU
1025 1025
1026#elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \ 1026#elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \
1027 (CONFIG_KEYPAD == SANSA_C200_PAD) 1027 (CONFIG_KEYPAD == SANSA_C200_PAD) || \
1028 (CONFIG_KEYPAD == SANSA_FUZE_PAD)
1028# define DEBUG_CANCEL BUTTON_LEFT 1029# define DEBUG_CANCEL BUTTON_LEFT
1029 1030
1030/* This is temporary until the SA9200 touchpad works */ 1031/* This is temporary until the SA9200 touchpad works */