1
0
Fork 0
forked from len0rd/rockbox

Remove a duplicate const

Change-Id: I0e6f4d609eb03155de4cd16aa98cab25f54a6681
This commit is contained in:
amachronic 2021-04-05 23:43:13 +01:00
parent 0fb333c85e
commit 1b314502c8

View file

@ -45,7 +45,7 @@ const unsigned short percent_to_volt_discharge[BATTERY_TYPES_COUNT][11] =
};
/* voltages (millivolt) of 0%, 10%, ... 100% when charging enabled */
const unsigned short const percent_to_volt_charge[11] =
const unsigned short percent_to_volt_charge[11] =
{
3485, 3780, 3836, 3857, 3890, 3930, 3986, 4062, 4158, 4185, 4196
};