diff options
| author | Magnus Holmgren <magnushol@gmail.com> | 2009-03-08 16:48:08 +0000 |
|---|---|---|
| committer | Magnus Holmgren <magnushol@gmail.com> | 2009-03-08 16:48:08 +0000 |
| commit | 99cb21f7aaa9e4ba661053828cc9c030fdc72467 (patch) | |
| tree | 7d821c0207526b22e37c879774986ffc134510bd | |
| parent | bded5db2d91d1ec459bcee2e9deed8fca02fac66 (diff) | |
| download | rockbox-99cb21f7aaa9e4ba661053828cc9c030fdc72467.zip rockbox-99cb21f7aaa9e4ba661053828cc9c030fdc72467.tar.gz rockbox-99cb21f7aaa9e4ba661053828cc9c030fdc72467.tar.bz2 rockbox-99cb21f7aaa9e4ba661053828cc9c030fdc72467.tar.xz | |
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
| -rw-r--r-- | firmware/export/config-ondiosp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h index baa5401..cf69bae 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 |