mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 21:55:10 -05:00
Missing semicolon.
Change-Id: I6b6bfcfdc34662052169ddd1e54369de67438545
This commit is contained in:
parent
58dd21daea
commit
b6f8a01be0
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ const unsigned short percent_to_volt_discharge[BATTERY_TYPES_COUNT][11] =
|
||||||
/* voltages (millivolt) of 0%, 10%, ... 100% when charging enabled */
|
/* voltages (millivolt) of 0%, 10%, ... 100% when charging enabled */
|
||||||
const unsigned short percent_to_volt_charge[11] =
|
const unsigned short percent_to_volt_charge[11] =
|
||||||
/* TODO: simple copy of discharge curve */
|
/* TODO: simple copy of discharge curve */
|
||||||
{ 3300, 3468, 3521, 3562, 3609, 3644, 3691, 3767, 3837, 3919, 4100 }
|
{ 3300, 3468, 3521, 3562, 3609, 3644, 3691, 3767, 3837, 3919, 4100 };
|
||||||
|
|
||||||
/* full-scale ADC readout (2^10) in millivolt */
|
/* full-scale ADC readout (2^10) in millivolt */
|
||||||
#define BATTERY_SCALE_FACTOR 6000
|
#define BATTERY_SCALE_FACTOR 6000
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue