diff options
author | Robert Keevil <rkeevil+rockbox@gmail.com> | 2009-07-13 21:09:39 +0000 |
---|---|---|
committer | Robert Keevil <rkeevil+rockbox@gmail.com> | 2009-07-13 21:09:39 +0000 |
commit | eea149bd1399e749a6dae8b3a6fe5ff076ead985 (patch) | |
tree | a131998421757859c25c567c657223ece0430c31 /apps/debug_menu.c | |
parent | 5f6998bde9b8a7a7aa61df602202ff41feb13ea1 (diff) |
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.c | 3 |
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) # define DEBUG_CANCEL BUTTON_MENU #elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \ - (CONFIG_KEYPAD == SANSA_C200_PAD) + (CONFIG_KEYPAD == SANSA_C200_PAD) || \ + (CONFIG_KEYPAD == SANSA_FUZE_PAD) # define DEBUG_CANCEL BUTTON_LEFT /* This is temporary until the SA9200 touchpad works */ |