diff options
Diffstat (limited to 'firmware')
7 files changed, 8 insertions, 8 deletions
diff --git a/firmware/target/hosted/agptek/powermgmt-agptek.c b/firmware/target/hosted/agptek/powermgmt-agptek.c index beb2dc14b8..02ac253d16 100644 --- a/firmware/target/hosted/agptek/powermgmt-agptek.c +++ b/firmware/target/hosted/agptek/powermgmt-agptek.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 */ |
42 | const unsigned short const percent_to_volt_charge[11] = | 42 | const unsigned short percent_to_volt_charge[11] = |
43 | { | 43 | { |
44 | 3485, 3780, 3836, 3857, 3890, 3930, 3986, 4062, 4158, 4185, 4196 | 44 | 3485, 3780, 3836, 3857, 3890, 3930, 3986, 4062, 4158, 4185, 4196 |
45 | }; | 45 | }; |
diff --git a/firmware/target/hosted/aigo/powermgmt-erosq.c b/firmware/target/hosted/aigo/powermgmt-erosq.c index 5067c66426..ddc1b4b8a7 100644 --- a/firmware/target/hosted/aigo/powermgmt-erosq.c +++ b/firmware/target/hosted/aigo/powermgmt-erosq.c | |||
@@ -40,7 +40,7 @@ const unsigned short percent_to_volt_discharge[BATTERY_TYPES_COUNT][11] = | |||
40 | }; | 40 | }; |
41 | 41 | ||
42 | /* voltages (millivolt) of 0%, 10%, ... 100% when charging enabled */ | 42 | /* voltages (millivolt) of 0%, 10%, ... 100% when charging enabled */ |
43 | const unsigned short const percent_to_volt_charge[11] = | 43 | const unsigned short percent_to_volt_charge[11] = |
44 | { | 44 | { |
45 | 3485, 3780, 3836, 3857, 3890, 3930, 3986, 4062, 4158, 4185, 4196 | 45 | 3485, 3780, 3836, 3857, 3890, 3930, 3986, 4062, 4158, 4185, 4196 |
46 | }; | 46 | }; |
diff --git a/firmware/target/hosted/fiio/powermgmt-fiio.c b/firmware/target/hosted/fiio/powermgmt-fiio.c index da6305d9c4..e5ee182d00 100644 --- a/firmware/target/hosted/fiio/powermgmt-fiio.c +++ b/firmware/target/hosted/fiio/powermgmt-fiio.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 */ |
42 | const unsigned short const percent_to_volt_charge[11] = | 42 | const unsigned short percent_to_volt_charge[11] = |
43 | { | 43 | { |
44 | 3485, 3780, 3836, 3857, 3890, 3930, 3986, 4062, 4158, 4185, 4196 | 44 | 3485, 3780, 3836, 3857, 3890, 3930, 3986, 4062, 4158, 4185, 4196 |
45 | }; | 45 | }; |
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 */ |
59 | const unsigned short const percent_to_volt_charge[11] = | 59 | const 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 */ |
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 */ |
79 | const unsigned short const percent_to_volt_charge[11] = | 79 | const 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 | }; |
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 */ |
42 | const unsigned short const percent_to_volt_charge[11] = | 42 | const 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 | }; |
diff --git a/firmware/target/hosted/xduoo/powermgmt-xduoo.c b/firmware/target/hosted/xduoo/powermgmt-xduoo.c index 855072031e..5aeb3ca761 100644 --- a/firmware/target/hosted/xduoo/powermgmt-xduoo.c +++ b/firmware/target/hosted/xduoo/powermgmt-xduoo.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 */ |
42 | const unsigned short const percent_to_volt_charge[11] = | 42 | const unsigned short percent_to_volt_charge[11] = |
43 | { | 43 | { |
44 | 3485, 3780, 3836, 3857, 3890, 3930, 3986, 4062, 4158, 4185, 4196 | 44 | 3485, 3780, 3836, 3857, 3890, 3930, 3986, 4062, 4158, 4185, 4196 |
45 | }; | 45 | }; |