diff options
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/target/arm/as3525/powermgmt-target.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/powermgmt-target.h b/firmware/target/arm/as3525/powermgmt-target.h index 42efe1d2dc..bdfb3ce400 100644 --- a/firmware/target/arm/as3525/powermgmt-target.h +++ b/firmware/target/arm/as3525/powermgmt-target.h | |||
@@ -30,7 +30,7 @@ | |||
30 | #define BATT_FULL_VOLTAGE 4190 | 30 | #define BATT_FULL_VOLTAGE 4190 |
31 | #define BATT_VAUTO_RECHARGE 4100 | 31 | #define BATT_VAUTO_RECHARGE 4100 |
32 | #define BATT_CHG_V CHG_V_4_20V | 32 | #define BATT_CHG_V CHG_V_4_20V |
33 | #define BATT_CHG_I CHG_I_100MA | 33 | #define BATT_CHG_I CHG_I_150MA |
34 | #define CHARGER_TOTAL_TIMER (6*3600*2) /* about 1.5 * capacity / current */ | 34 | #define CHARGER_TOTAL_TIMER (6*3600*2) /* about 1.5 * capacity / current */ |
35 | 35 | ||
36 | #elif defined(SANSA_CLIPPLUS) | 36 | #elif defined(SANSA_CLIPPLUS) |