1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Robert Keevil 2009-07-13 21:09:39 +00:00
parent 5f6998bde9
commit eea149bd13
21 changed files with 1108 additions and 11 deletions

View file

@ -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 */