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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index 602a84707c..2be64d95cc 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -120,8 +120,9 @@
120#define BATTERY_CAPACITY_INC 0 /* capacity increment */ 120#define BATTERY_CAPACITY_INC 0 /* capacity increment */
121#define BATTERY_TYPES_COUNT 1 /* only one type */ 121#define BATTERY_TYPES_COUNT 1 /* only one type */
122 122
123/* Hardware controlled charging? FIXME */ 123/* Charging implemented in a target-specific algorithm */
124#define CONFIG_CHARGING CHARGING_SIMPLE 124#define CONFIG_CHARGING CHARGING_TARGET
125#define HAVE_POWEROFF_WHILE_CHARGING
125 126
126/* define current usage levels */ 127/* define current usage levels */
127#define CURRENT_NORMAL 30 /* Toni's measurements in Nov 2008 */ 128#define CURRENT_NORMAL 30 /* Toni's measurements in Nov 2008 */