summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index b4a6b4fc1b..766a309c01 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -105,7 +105,7 @@ void* plugin_get_buffer(size_t *buffer_size);
105 105
106#include "yesno.h" 106#include "yesno.h"
107 107
108#if defined(HAVE_USBSTACK) && defined(USB_ENABLE_HID) 108#ifdef USB_ENABLE_HID
109#include "usbstack/usb_hid_usage_tables.h" 109#include "usbstack/usb_hid_usage_tables.h"
110#endif 110#endif
111 111
@@ -491,7 +491,7 @@ struct plugin_api {
491#endif /* CONFIG_CODEC == SWCODEC */ 491#endif /* CONFIG_CODEC == SWCODEC */
492 492
493 void (*usb_acknowledge)(long id); 493 void (*usb_acknowledge)(long id);
494#if defined(HAVE_USBSTACK) && defined(USB_ENABLE_HID) 494#ifdef USB_ENABLE_HID
495 void (*usb_hid_send)(usage_page_t usage_page, int id); 495 void (*usb_hid_send)(usage_page_t usage_page, int id);
496#endif 496#endif
497#ifdef RB_PROFILE 497#ifdef RB_PROFILE