Move the multivolume definition to a better place for the Ondio FM to fix the red.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20237 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Magnus Holmgren 2009-03-08 14:40:26 +00:00
parent 30f3855078
commit 34c7cd5dd2

View file

@ -63,9 +63,6 @@
/* define this if you have a flash memory storage */ /* define this if you have a flash memory storage */
#define HAVE_FLASH_STORAGE #define HAVE_FLASH_STORAGE
/* define this if more than one device/partition can be used */
#define HAVE_MULTIVOLUME
#define BATTERY_CAPACITY_DEFAULT 1000 /* default battery capacity */ #define BATTERY_CAPACITY_DEFAULT 1000 /* default battery capacity */
#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */ #define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */
#define BATTERY_CAPACITY_MAX 1500 /* max. capacity selectable */ #define BATTERY_CAPACITY_MAX 1500 /* max. capacity selectable */
@ -128,6 +125,9 @@
/* Define this if the MAS SIBI line can be controlled via PB8 */ /* Define this if the MAS SIBI line can be controlled via PB8 */
#define HAVE_MAS_SIBI_CONTROL #define HAVE_MAS_SIBI_CONTROL
/* define this if more than one device/partition can be used */
#define HAVE_MULTIVOLUME
/* define this if media can be exchanged on the fly */ /* define this if media can be exchanged on the fly */
#define HAVE_HOTSWAP #define HAVE_HOTSWAP