forked from len0rd/rockbox
Red-out on the e200/c200 sims.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15039 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4c3897eb15
commit
f35d2e38fe
2 changed files with 11 additions and 10 deletions
|
@ -110,11 +110,6 @@
|
|||
/* define this if you have a flash memory storage */
|
||||
#define HAVE_FLASH_STORAGE
|
||||
|
||||
#ifndef BOOTLOADER
|
||||
#define HAVE_MULTIVOLUME
|
||||
#define HAVE_HOTSWAP
|
||||
#endif
|
||||
|
||||
#define BATTERY_CAPACITY_DEFAULT 750 /* default battery capacity */
|
||||
#define BATTERY_CAPACITY_MIN 750 /* min. capacity selectable */
|
||||
#define BATTERY_CAPACITY_MAX 750 /* max. capacity selectable */
|
||||
|
@ -156,6 +151,11 @@
|
|||
|
||||
/* #define USB_IPODSTYLE */
|
||||
|
||||
#ifndef BOOTLOADER
|
||||
#define HAVE_MULTIVOLUME
|
||||
#define HAVE_HOTSWAP
|
||||
#endif
|
||||
|
||||
/* USB On-the-go */
|
||||
#define CONFIG_USBOTG USBOTG_ARC
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue