summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/sansa-clipv2/powermgmt-clipv2.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/sansa-clipv2/powermgmt-clipv2.c')
-rw-r--r--firmware/target/arm/as3525/sansa-clipv2/powermgmt-clipv2.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/target/arm/as3525/sansa-clipv2/powermgmt-clipv2.c b/firmware/target/arm/as3525/sansa-clipv2/powermgmt-clipv2.c
index 3e8aaacad8..7ba5dd7b5c 100644
--- a/firmware/target/arm/as3525/sansa-clipv2/powermgmt-clipv2.c
+++ b/firmware/target/arm/as3525/sansa-clipv2/powermgmt-clipv2.c
@@ -44,8 +44,6 @@ const unsigned short percent_to_volt_discharge[BATTERY_TYPES_COUNT][11] =
44/* voltages (millivolt) of 0%, 10%, ... 100% when charging enabled */ 44/* voltages (millivolt) of 0%, 10%, ... 100% when charging enabled */
45const unsigned short percent_to_volt_charge[11] = 45const unsigned short percent_to_volt_charge[11] =
46{ 46{
47 3379, 3766, 3828, 3855, 3875, 3911, 3975, 4035, 4117, 4217, 4219 47 3417, 3802, 3856, 3888, 3905, 3931, 3973, 4025, 4084, 4161, 4219
48
49}; 48};
50#endif /* CONFIG_CHARGING */ 49#endif /* CONFIG_CHARGING */
51