diff options
| -rw-r--r-- | apps/features.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/features.txt b/apps/features.txt index e503a4c..888e9d2 100644 --- a/apps/features.txt +++ b/apps/features.txt @@ -196,13 +196,14 @@ usb_charging #if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB) usbstack +#endif + #if defined(USB_ENABLE_HID) usb_hid #if defined(HAVE_USB_HID_MOUSE) usb_hid_mouse #endif #endif -#endif #if defined(HAVE_WHEEL_ACCELERATION) wheel_acceleration |