forked from len0rd/rockbox
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
This commit is contained in:
parent
0eb50d5106
commit
0094b0500c
12 changed files with 849 additions and 5 deletions
|
|
@ -24,7 +24,7 @@
|
|||
#include "as3525.h"
|
||||
#include "dbop-as3525.h"
|
||||
|
||||
#if defined(SANSA_FUZE)
|
||||
#if defined(SANSA_FUZE) || defined(SANSA_FUZEV2)
|
||||
#define DBOP_PRECHARGE 0x80FF
|
||||
#elif defined(SANSA_E200V2) || defined(SANSA_C200V2)
|
||||
#define DBOP_PRECHARGE 0xF0FF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue