forked from len0rd/rockbox
Fix beast warning.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31552 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0f71475606
commit
d6db4cc105
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ static bool main_charger_connected(void)
|
|||
/* Return the voltage level which should automatically trigger
|
||||
* another recharge cycle based upon which power source is available.
|
||||
* Assumes at least one is. */
|
||||
static unsigned int auto_recharge_voltage(void)
|
||||
static int auto_recharge_voltage(void)
|
||||
{
|
||||
if (main_charger_connected())
|
||||
return BATT_VAUTO_RECHARGE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue