forked from len0rd/rockbox
adapt c200v2 and view defines to the new drive/volume handling scheme
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21955 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
631b966a1d
commit
11a14dd998
2 changed files with 4 additions and 2 deletions
|
@ -169,7 +169,8 @@
|
||||||
#define CONFIG_LCD LCD_C200
|
#define CONFIG_LCD LCD_C200
|
||||||
|
|
||||||
#ifndef BOOTLOADER
|
#ifndef BOOTLOADER
|
||||||
#define HAVE_MULTIVOLUME
|
#define HAVE_MULTIDRIVE
|
||||||
|
#define NUM_DRIVES 2
|
||||||
#define HAVE_HOTSWAP
|
#define HAVE_HOTSWAP
|
||||||
|
|
||||||
#define USB_HANDLED_BY_OF
|
#define USB_HANDLED_BY_OF
|
||||||
|
|
|
@ -164,7 +164,8 @@
|
||||||
#define FIRMWARE_OFFSET_FILE_DATA 0x8
|
#define FIRMWARE_OFFSET_FILE_DATA 0x8
|
||||||
|
|
||||||
#ifndef BOOTLOADER
|
#ifndef BOOTLOADER
|
||||||
#define HAVE_MULTIVOLUME
|
#define HAVE_MULTIDRIVE
|
||||||
|
#define NUM_DRIVES 2
|
||||||
#define HAVE_HOTSWAP
|
#define HAVE_HOTSWAP
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue