summaryrefslogtreecommitdiff
path: root/firmware/export/config-e200.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-e200.h')
-rw-r--r--firmware/export/config-e200.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index c49ee23841..8d42dd2618 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -108,6 +108,9 @@
108/* define this if you have a flash memory storage */ 108/* define this if you have a flash memory storage */
109#define HAVE_FLASH_STORAGE 109#define HAVE_FLASH_STORAGE
110 110
111/* define this if the flash memory uses the SecureDigital Memory Card protocol */
112#define HAVE_ATA_SD
113
111#define BATTERY_CAPACITY_DEFAULT 750 /* default battery capacity */ 114#define BATTERY_CAPACITY_DEFAULT 750 /* default battery capacity */
112#define BATTERY_CAPACITY_MIN 750 /* min. capacity selectable */ 115#define BATTERY_CAPACITY_MIN 750 /* min. capacity selectable */
113#define BATTERY_CAPACITY_MAX 750 /* max. capacity selectable */ 116#define BATTERY_CAPACITY_MAX 750 /* max. capacity selectable */