summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ce5f251570..2e88f204bd 100644
--- a/firmware/target/hosted/sonynwz/powermgmt-nwz.c
+++ b/firmware/target/hosted/sonynwz/powermgmt-nwz.c
@@ -35,7 +35,7 @@ const unsigned short battery_level_shutoff[BATTERY_TYPES_COUNT] =
35/* voltages (millivolt) of 0%, 10%, ... 100% when charging disabled */ 35/* voltages (millivolt) of 0%, 10%, ... 100% when charging disabled */
36const unsigned short percent_to_volt_discharge[BATTERY_TYPES_COUNT][11] = 36const unsigned short percent_to_volt_discharge[BATTERY_TYPES_COUNT][11] =
37{ 37{
38 { 3450, 3502, 3550, 3587, 3623, 3669, 3742, 3836, 3926, 4026, 4200 } 38 { 3450, 3698, 3746, 3781, 3792, 3827, 3882, 3934, 3994, 4060, 4180 }
39}; 39};
40 40
41/* voltages (millivolt) of 0%, 10%, ... 100% when charging enabled */ 41/* voltages (millivolt) of 0%, 10%, ... 100% when charging enabled */