summaryrefslogtreecommitdiff
path: root/firmware/export/config-ondiosp.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ondiosp.h')
-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