summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/samsungypr/ypr0/powermgmt-ypr0.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/samsungypr/ypr0/powermgmt-ypr0.c')
-rw-r--r--firmware/target/hosted/samsungypr/ypr0/powermgmt-ypr0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/hosted/samsungypr/ypr0/powermgmt-ypr0.c b/firmware/target/hosted/samsungypr/ypr0/powermgmt-ypr0.c
index 014a88db7c..f4c317a66e 100644
--- a/firmware/target/hosted/samsungypr/ypr0/powermgmt-ypr0.c
+++ b/firmware/target/hosted/samsungypr/ypr0/powermgmt-ypr0.c
@@ -56,7 +56,7 @@ const unsigned short percent_to_volt_discharge[BATTERY_TYPES_COUNT][11] =
56 56
57#if CONFIG_CHARGING 57#if CONFIG_CHARGING
58/* voltages (millivolt) of 0%, 10%, ... 100% when charging enabled */ 58/* voltages (millivolt) of 0%, 10%, ... 100% when charging enabled */
59const unsigned short const percent_to_volt_charge[11] = 59const unsigned short percent_to_volt_charge[11] =
60{ 60{
61 3450, 3670, 3721, 3751, 3782, 3821, 3876, 3941, 4034, 4125, 4200 61 3450, 3670, 3721, 3751, 3782, 3821, 3876, 3941, 4034, 4125, 4200
62}; 62};
@@ -132,4 +132,4 @@ bool tuner_powered(void)
132{ 132{
133 return tuner_on; 133 return tuner_on;
134} 134}
135#endif /* #if CONFIG_TUNER */ \ No newline at end of file 135#endif /* #if CONFIG_TUNER */