summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/sonynwz/powermgmt-nwz.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/sonynwz/powermgmt-nwz.c')
-rw-r--r--firmware/target/hosted/sonynwz/powermgmt-nwz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/hosted/sonynwz/powermgmt-nwz.c b/firmware/target/hosted/sonynwz/powermgmt-nwz.c
index 2e88f204bd..093c9c126e 100644
--- a/firmware/target/hosted/sonynwz/powermgmt-nwz.c
+++ b/firmware/target/hosted/sonynwz/powermgmt-nwz.c
@@ -39,7 +39,7 @@ const unsigned short percent_to_volt_discharge[BATTERY_TYPES_COUNT][11] =
39}; 39};
40 40
41/* voltages (millivolt) of 0%, 10%, ... 100% when charging enabled */ 41/* voltages (millivolt) of 0%, 10%, ... 100% when charging enabled */
42const unsigned short const percent_to_volt_charge[11] = 42const unsigned short percent_to_volt_charge[11] =
43{ 43{
44 3450, 3670, 3721, 3751, 3782, 3821, 3876, 3941, 4034, 4125, 4200 44 3450, 3670, 3721, 3751, 3782, 3821, 3876, 3941, 4034, 4125, 4200
45}; 45};