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:
Frank Gevaerts 2009-07-18 13:18:48 +00:00
parent 631b966a1d
commit 11a14dd998
2 changed files with 4 additions and 2 deletions

View file

@ -169,7 +169,8 @@
#define CONFIG_LCD LCD_C200
#ifndef BOOTLOADER
#define HAVE_MULTIVOLUME
#define HAVE_MULTIDRIVE
#define NUM_DRIVES 2
#define HAVE_HOTSWAP
#define USB_HANDLED_BY_OF

View file

@ -164,7 +164,8 @@
#define FIRMWARE_OFFSET_FILE_DATA 0x8
#ifndef BOOTLOADER
#define HAVE_MULTIVOLUME
#define HAVE_MULTIDRIVE
#define NUM_DRIVES 2
#define HAVE_HOTSWAP
#endif