Fix cut'n'pasterelated yellows.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17089 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b14c2de523
commit
8f464068af
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ const unsigned short percent_to_volt_discharge[BATTERY_TYPES_COUNT][11] =
|
|||
const unsigned short percent_to_volt_charge[11] =
|
||||
{
|
||||
/* FIXME: calibrate values. Table is "inherited" from iPod-PCF / H100 */
|
||||
{ 3370, 3650, 3700, 3740, 3780, 3820, 3870, 3930, 4000, 4080, 4160 }
|
||||
3370, 3650, 3700, 3740, 3780, 3820, 3870, 3930, 4000, 4080, 4160
|
||||
};
|
||||
#endif /* CONFIG_CHARGING */
|
||||
|
||||
|
|
Loading…
Reference in a new issue