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 aa7077edae..945e99ec71 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -51,7 +51,7 @@
51#include "bidi.h" 51#include "bidi.h"
52#endif 52#endif
53 53
54#if defined(HAVE_USBSTACK) && defined(USB_ENABLE_HID) 54#ifdef USB_ENABLE_HID
55#include "usbstack/usb_hid.h" 55#include "usbstack/usb_hid.h"
56#endif 56#endif
57 57
@@ -367,7 +367,7 @@ static const struct plugin_api rockbox_api = {
367 queue_reply, 367 queue_reply,
368#endif 368#endif
369 usb_acknowledge, 369 usb_acknowledge,
370#if defined(HAVE_USBSTACK) && defined(USB_ENABLE_HID) 370#ifdef USB_ENABLE_HID
371 usb_hid_send, 371 usb_hid_send,
372#endif 372#endif
373#ifdef RB_PROFILE 373#ifdef RB_PROFILE