summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/powermgmt-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/powermgmt-target.h')
-rw-r--r--firmware/target/arm/as3525/powermgmt-target.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/firmware/target/arm/as3525/powermgmt-target.h b/firmware/target/arm/as3525/powermgmt-target.h
index 2fe311db30..42efe1d2dc 100644
--- a/firmware/target/arm/as3525/powermgmt-target.h
+++ b/firmware/target/arm/as3525/powermgmt-target.h
@@ -36,11 +36,11 @@
36#elif defined(SANSA_CLIPPLUS) 36#elif defined(SANSA_CLIPPLUS)
37 37
38/* Check if topped-off and monitor voltage while plugged. */ 38/* Check if topped-off and monitor voltage while plugged. */
39#define BATT_FULL_VOLTAGE 4200 39#define BATT_FULL_VOLTAGE 4160
40#define BATT_VAUTO_RECHARGE 4100 40#define BATT_VAUTO_RECHARGE 4100
41#define BATT_CHG_V CHG_V_4_20V 41#define BATT_CHG_V CHG_V_4_20V
42#define BATT_CHG_I CHG_I_100MA 42#define BATT_CHG_I CHG_I_150MA
43#define CHARGER_TOTAL_TIMER (6*3600*2) /* about 1.5 * capacity / current */ 43#define CHARGER_TOTAL_TIMER (4*3600*2) /* about 1.5 * capacity / current */
44 44
45#elif defined(SANSA_CLIPV2) 45#elif defined(SANSA_CLIPV2)
46 46
@@ -48,8 +48,8 @@
48#define BATT_FULL_VOLTAGE 4200 48#define BATT_FULL_VOLTAGE 4200
49#define BATT_VAUTO_RECHARGE 4100 49#define BATT_VAUTO_RECHARGE 4100
50#define BATT_CHG_V CHG_V_4_20V 50#define BATT_CHG_V CHG_V_4_20V
51#define BATT_CHG_I CHG_I_100MA 51#define BATT_CHG_I CHG_I_150MA
52#define CHARGER_TOTAL_TIMER (6*3600*2) /* about 1.5 * capacity / current */ 52#define CHARGER_TOTAL_TIMER (4*3600*2) /* about 1.5 * capacity / current */
53 53
54#elif defined(SANSA_E200V2) 54#elif defined(SANSA_E200V2)
55 55