mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
firmware: add missing 'void' in usb_charging_maxcurrent() definition
Change-Id: I5d1dbb9176160ae98a8ab20ac3436610cf8b805d
This commit is contained in:
parent
04c45933e8
commit
350e2b9b02
1 changed files with 1 additions and 1 deletions
|
|
@ -1346,7 +1346,7 @@ void usb_charging_enable(int state)
|
|||
usb_charging_maxcurrent_change(usb_charging_maxcurrent());
|
||||
}
|
||||
|
||||
int usb_charging_maxcurrent()
|
||||
int usb_charging_maxcurrent(void)
|
||||
{
|
||||
if (!initialized || usb_charging_mode == USB_CHARGING_DISABLE)
|
||||
return 100;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue