From 99cb21f7aaa9e4ba661053828cc9c030fdc72467 Mon Sep 17 00:00:00 2001 From: Magnus Holmgren Date: Sun, 8 Mar 2009 16:48:08 +0000 Subject: Ondio SP needed the same fix as Ondio FM. Thanks to Marianne Arnold for pointing it out (and nagging me about it :). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20240 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ondiosp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h index baa54011ae..cf69bae619 100644 --- a/firmware/export/config-ondiosp.h +++ b/firmware/export/config-ondiosp.h @@ -52,9 +52,6 @@ /* define this if you have a flash memory 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_MIN 500 /* min. capacity selectable */ #define BATTERY_CAPACITY_MAX 1500 /* max. capacity selectable */ @@ -111,6 +108,9 @@ /* Define this if the MAS SIBI line can be controlled via PB8 */ #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 HAVE_HOTSWAP -- cgit v1.2.3