summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index aa7077e..945e99e 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -51,7 +51,7 @@
#include "bidi.h"
#endif
-#if defined(HAVE_USBSTACK) && defined(USB_ENABLE_HID)
+#ifdef USB_ENABLE_HID
#include "usbstack/usb_hid.h"
#endif
@@ -367,7 +367,7 @@ static const struct plugin_api rockbox_api = {
queue_reply,
#endif
usb_acknowledge,
-#if defined(HAVE_USBSTACK) && defined(USB_ENABLE_HID)
+#ifdef USB_ENABLE_HID
usb_hid_send,
#endif
#ifdef RB_PROFILE