summaryrefslogtreecommitdiff
path: root/firmware/export/config-c200.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-c200.h')
-rw-r--r--firmware/export/config-c200.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/export/config-c200.h b/firmware/export/config-c200.h
index f4ab33fb56..d68d21455f 100644
--- a/firmware/export/config-c200.h
+++ b/firmware/export/config-c200.h
@@ -123,8 +123,9 @@
123#define BATTERY_CAPACITY_INC 0 /* capacity increment */ 123#define BATTERY_CAPACITY_INC 0 /* capacity increment */
124#define BATTERY_TYPES_COUNT 1 /* only one type */ 124#define BATTERY_TYPES_COUNT 1 /* only one type */
125 125
126/* Hardware controlled charging? FIXME */ 126/* Charging implemented in a target-specific algorithm */
127#define CONFIG_CHARGING CHARGING_SIMPLE 127#define CONFIG_CHARGING CHARGING_TARGET
128#define HAVE_POWEROFF_WHILE_CHARGING
128 129
129/* define this if the unit can be powered or charged via USB */ 130/* define this if the unit can be powered or charged via USB */
130#define HAVE_USB_POWER 131#define HAVE_USB_POWER