forked from len0rd/rockbox
CONFIG_CHARGING
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12384 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bd47d48c21
commit
9a6f419775
25 changed files with 72 additions and 68 deletions
|
@ -492,7 +492,7 @@ bool usb_powered(void)
|
|||
return usb_state == USB_POWERED;
|
||||
}
|
||||
|
||||
#ifdef CONFIG_CHARGING
|
||||
#if CONFIG_CHARGING
|
||||
bool usb_charging_enable(bool on)
|
||||
{
|
||||
bool rc = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue