summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Holmgren <magnushol@gmail.com>2009-03-08 14:40:26 +0000
committerMagnus Holmgren <magnushol@gmail.com>2009-03-08 14:40:26 +0000
commit34c7cd5dd286da1c773a714f39b871e29bed0af3 (patch)
tree45844a7a9b4c54cf63f72b911f979076d5f56146
parent30f385507859259fd874728811348ae5432859c3 (diff)
downloadrockbox-34c7cd5dd286da1c773a714f39b871e29bed0af3.tar.gz
rockbox-34c7cd5dd286da1c773a714f39b871e29bed0af3.zip
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
-rw-r--r--firmware/export/config-ondiofm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index 32e67cac09..e5198f8b0a 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -63,9 +63,6 @@
63/* define this if you have a flash memory storage */ 63/* define this if you have a flash memory storage */
64#define HAVE_FLASH_STORAGE 64#define HAVE_FLASH_STORAGE
65 65
66/* define this if more than one device/partition can be used */
67#define HAVE_MULTIVOLUME
68
69#define BATTERY_CAPACITY_DEFAULT 1000 /* default battery capacity */ 66#define BATTERY_CAPACITY_DEFAULT 1000 /* default battery capacity */
70#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */ 67#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */
71#define BATTERY_CAPACITY_MAX 1500 /* max. capacity selectable */ 68#define BATTERY_CAPACITY_MAX 1500 /* max. capacity selectable */
@@ -128,6 +125,9 @@
128/* Define this if the MAS SIBI line can be controlled via PB8 */ 125/* Define this if the MAS SIBI line can be controlled via PB8 */
129#define HAVE_MAS_SIBI_CONTROL 126#define HAVE_MAS_SIBI_CONTROL
130 127
128/* define this if more than one device/partition can be used */
129#define HAVE_MULTIVOLUME
130
131/* define this if media can be exchanged on the fly */ 131/* define this if media can be exchanged on the fly */
132#define HAVE_HOTSWAP 132#define HAVE_HOTSWAP
133 133