summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
authorRobert Keevil <rkeevil+rockbox@gmail.com>2009-07-13 21:09:39 +0000
committerRobert Keevil <rkeevil+rockbox@gmail.com>2009-07-13 21:09:39 +0000
commiteea149bd1399e749a6dae8b3a6fe5ff076ead985 (patch)
treea131998421757859c25c567c657223ece0430c31 /apps/debug_menu.c
parent5f6998bde9b8a7a7aa61df602202ff41feb13ea1 (diff)
downloadrockbox-eea149bd1399e749a6dae8b3a6fe5ff076ead985.tar.gz
rockbox-eea149bd1399e749a6dae8b3a6fe5ff076ead985.zip
FS#10436 - add the Sansa View to the build system. The bootloader builds but doesn't do anything useful yet.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21848 a1c6a512-1295-4272-9138-f99709370657
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 */