summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-fuze.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-fuze.h b/firmware/export/config-fuze.h
index a30f95e5b0..c8fae9aca9 100644
--- a/firmware/export/config-fuze.h
+++ b/firmware/export/config-fuze.h
@@ -148,8 +148,8 @@
148#define BATTERY_CAPACITY_INC 0 /* capacity increment */ 148#define BATTERY_CAPACITY_INC 0 /* capacity increment */
149#define BATTERY_TYPES_COUNT 1 /* only one type */ 149#define BATTERY_TYPES_COUNT 1 /* only one type */
150 150
151/* Hardware controlled charging? FIXME */ 151/* Charging implemented in a target-specific algorithm */
152#define CONFIG_CHARGING CHARGING_SIMPLE 152#define CONFIG_CHARGING CHARGING_TARGET
153 153
154/* define this if the unit can be powered or charged via USB */ 154/* define this if the unit can be powered or charged via USB */
155#define HAVE_USB_POWER 155#define HAVE_USB_POWER