Samsung YH925: Correct a typo in the battery calibration.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22495 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-08-24 12:29:08 +00:00
parent 268a4ae621
commit a482e6b017

View file

@ -39,7 +39,7 @@ const unsigned short battery_level_shutoff[BATTERY_TYPES_COUNT] =
/* voltages (millivolt) of 0%, 10%, ... 100% when charging disabled */
const unsigned short percent_to_volt_discharge[BATTERY_TYPES_COUNT][11] =
{
{ 3700, 3822, 3880, 3909, 3946, 3976, 3024, 4086, 4141, 4223, 4307 }
{ 3700, 3822, 3880, 3909, 3946, 3976, 4024, 4086, 4141, 4223, 4307 }
};
/* voltages (millivolt) of 0%, 10%, ... 100% when charging enabled */