summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/samsungypr/ypr1/powermgmt-ypr1.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/samsungypr/ypr1/powermgmt-ypr1.c')
-rw-r--r--firmware/target/hosted/samsungypr/ypr1/powermgmt-ypr1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/hosted/samsungypr/ypr1/powermgmt-ypr1.c b/firmware/target/hosted/samsungypr/ypr1/powermgmt-ypr1.c
index 7eeea721a5..b60c278198 100644
--- a/firmware/target/hosted/samsungypr/ypr1/powermgmt-ypr1.c
+++ b/firmware/target/hosted/samsungypr/ypr1/powermgmt-ypr1.c
@@ -76,7 +76,7 @@ const unsigned short percent_to_volt_discharge[BATTERY_TYPES_COUNT][11] =
76 76
77#if CONFIG_CHARGING 77#if CONFIG_CHARGING
78/* voltages (millivolt) of 0%, 10%, ... 100% when charging enabled */ 78/* voltages (millivolt) of 0%, 10%, ... 100% when charging enabled */
79const unsigned short const percent_to_volt_charge[11] = 79const unsigned short percent_to_volt_charge[11] =
80{ 80{
81 3450, 3670, 3721, 3751, 3782, 3821, 3876, 3941, 4034, 4125, 4200 81 3450, 3670, 3721, 3751, 3782, 3821, 3876, 3941, 4034, 4125, 4200
82}; 82};