mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Show USB power not charging in the ondio manual, and rename usb_charging to usb_power as it is dependent on HAVE_USB_POWER.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24415 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
12e302262d
commit
c617a59ba9
2 changed files with 17 additions and 6 deletions
|
@ -197,14 +197,15 @@ tc_ramcache
|
|||
|
||||
#if CONFIG_CHARGING
|
||||
charging
|
||||
#if defined(HAVE_USB_POWER)
|
||||
usb_charging
|
||||
#endif
|
||||
#if defined(HAVE_USB_CHARGING_ENABLE)
|
||||
usb_charging_enable
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_USB_POWER)
|
||||
usb_power
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB)
|
||||
usbstack
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue