summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-e200v2.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/firmware/export/config-e200v2.h b/firmware/export/config-e200v2.h
index 276fa13903..7f993be512 100644
--- a/firmware/export/config-e200v2.h
+++ b/firmware/export/config-e200v2.h
@@ -130,14 +130,14 @@
130/* define this if the flash memory uses the SecureDigital Memory Card protocol */ 130/* define this if the flash memory uses the SecureDigital Memory Card protocol */
131#define CONFIG_STORAGE STORAGE_SD 131#define CONFIG_STORAGE STORAGE_SD
132 132
133#define BATTERY_CAPACITY_DEFAULT 750 /* default battery capacity */ 133#define BATTERY_CAPACITY_DEFAULT 730 /* default battery capacity */
134#define BATTERY_CAPACITY_MIN 750 /* min. capacity selectable */ 134#define BATTERY_CAPACITY_MIN 730 /* min. capacity selectable */
135#define BATTERY_CAPACITY_MAX 750 /* max. capacity selectable */ 135#define BATTERY_CAPACITY_MAX 730 /* max. capacity selectable */
136#define BATTERY_CAPACITY_INC 0 /* capacity increment */ 136#define BATTERY_CAPACITY_INC 0 /* capacity increment */
137#define BATTERY_TYPES_COUNT 1 /* only one type */ 137#define BATTERY_TYPES_COUNT 1 /* only one type */
138 138
139/* Hardware controlled charging? FIXME */ 139/* Charging implemented in a target-specific algorithm */
140#define CONFIG_CHARGING CHARGING_SIMPLE 140#define CONFIG_CHARGING CHARGING_TARGET
141 141
142/* define this if the unit can be powered or charged via USB */ 142/* define this if the unit can be powered or charged via USB */
143#define HAVE_USB_POWER 143#define HAVE_USB_POWER