1
0
Fork 0
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:
Jonathan Gordon 2007-02-18 05:32:06 +00:00
parent bd47d48c21
commit 9a6f419775
25 changed files with 72 additions and 68 deletions

View file

@ -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;