summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/sansac200v2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/sansac200v2.h b/firmware/export/config/sansac200v2.h
index 65aebf245b..aa1ed1ab70 100644
--- a/firmware/export/config/sansac200v2.h
+++ b/firmware/export/config/sansac200v2.h
@@ -131,8 +131,8 @@
131#define BATTERY_CAPACITY_INC 0 /* capacity increment */ 131#define BATTERY_CAPACITY_INC 0 /* capacity increment */
132#define BATTERY_TYPES_COUNT 1 /* only one type */ 132#define BATTERY_TYPES_COUNT 1 /* only one type */
133 133
134/* Hardware controlled charging? FIXME */ 134/* Charging implemented in a target-specific algorithm */
135#define CONFIG_CHARGING CHARGING_SIMPLE 135#define CONFIG_CHARGING CHARGING_TARGET
136 136
137/* define this if the unit can be powered or charged via USB */ 137/* define this if the unit can be powered or charged via USB */
138#define HAVE_USB_POWER 138#define HAVE_USB_POWER