diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/features.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/features.txt b/apps/features.txt index 0bcfb23..ad23136 100644 --- a/apps/features.txt +++ b/apps/features.txt @@ -197,9 +197,12 @@ tc_ramcache #if CONFIG_CHARGING charging -#if defined(HAVE_USB_CHARGING_ENABLE) +#if defined(HAVE_USB_POWER) usb_charging #endif +#if defined(HAVE_USB_CHARGING_ENABLE) +usb_charging_enable +#endif #endif #if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB) |