summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2010-02-25 13:26:46 +0000
committerThomas Martitz <kugel@rockbox.org>2010-02-25 13:26:46 +0000
commit0094b0500c87fa9a8a8ab48e877730a9680915b2 (patch)
tree3100795c25f436b6871cfcaf0abfb287a26673f2 /firmware/export/config.h
parent0eb50d5106a936eeded0d15b46cf39a3d4afd204 (diff)
downloadrockbox-0094b0500c87fa9a8a8ab48e877730a9680915b2.tar.gz
rockbox-0094b0500c87fa9a8a8ab48e877730a9680915b2.zip
Add Sansa Fuzev2 to the target tree. Bootloader builds, but is completely untested.
Compilation shows a warning for the first argument of the lcd_bitmap() call in show_logo(). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24911 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 3c70bb6880..c7ddbfc3ef 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -392,6 +392,8 @@ Lyre prototype 1 */
392#include "config/sansam200v4.h" 392#include "config/sansam200v4.h"
393#elif defined(SANSA_FUZE) 393#elif defined(SANSA_FUZE)
394#include "config/sansafuze.h" 394#include "config/sansafuze.h"
395#elif defined(SANSA_FUZEV2)
396#include "config/sansafuzev2.h"
395#elif defined(SANSA_C200V2) 397#elif defined(SANSA_C200V2)
396#include "config/sansac200v2.h" 398#include "config/sansac200v2.h"
397#elif defined(SANSA_VIEW) 399#elif defined(SANSA_VIEW)