summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Holmgren <magnushol@gmail.com>2009-03-08 16:48:08 +0000
committerMagnus Holmgren <magnushol@gmail.com>2009-03-08 16:48:08 +0000
commit99cb21f7aaa9e4ba661053828cc9c030fdc72467 (patch)
tree7d821c0207526b22e37c879774986ffc134510bd
parentbded5db2d91d1ec459bcee2e9deed8fca02fac66 (diff)
downloadrockbox-99cb21f7aaa9e4ba661053828cc9c030fdc72467.tar.gz
rockbox-99cb21f7aaa9e4ba661053828cc9c030fdc72467.zip
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.h6
1 files 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 @@
52/* define this if you have a flash memory storage */ 52/* define this if you have a flash memory storage */
53#define HAVE_FLASH_STORAGE 53#define HAVE_FLASH_STORAGE
54 54
55/* define this if more than one device/partition can be used */
56#define HAVE_MULTIVOLUME
57
58#define BATTERY_CAPACITY_DEFAULT 1000 /* default battery capacity */ 55#define BATTERY_CAPACITY_DEFAULT 1000 /* default battery capacity */
59#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */ 56#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */
60#define BATTERY_CAPACITY_MAX 1500 /* max. capacity selectable */ 57#define BATTERY_CAPACITY_MAX 1500 /* max. capacity selectable */
@@ -111,6 +108,9 @@
111/* Define this if the MAS SIBI line can be controlled via PB8 */ 108/* Define this if the MAS SIBI line can be controlled via PB8 */
112#define HAVE_MAS_SIBI_CONTROL 109#define HAVE_MAS_SIBI_CONTROL
113 110
111/* define this if more than one device/partition can be used */
112#define HAVE_MULTIVOLUME
113
114/* define this if media can be exchanged on the fly */ 114/* define this if media can be exchanged on the fly */
115#define HAVE_HOTSWAP 115#define HAVE_HOTSWAP
116 116