summaryrefslogtreecommitdiff
path: root/firmware/usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/usb.c')
-rw-r--r--firmware/usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/usb.c b/firmware/usb.c
index 13f66159ac..ebbf0807eb 100644
--- a/firmware/usb.c
+++ b/firmware/usb.c
@@ -82,7 +82,7 @@ static const char usb_thread_name[] = "usb";
82static unsigned int usb_thread_entry = 0; 82static unsigned int usb_thread_entry = 0;
83static bool usb_monitor_enabled = false; 83static bool usb_monitor_enabled = false;
84#endif /* USB_FULL_INIT */ 84#endif /* USB_FULL_INIT */
85static struct event_queue usb_queue; 85static struct event_queue usb_queue SHAREDBSS_ATTR;
86static bool exclusive_storage_access = false; 86static bool exclusive_storage_access = false;
87#ifdef USB_ENABLE_HID 87#ifdef USB_ENABLE_HID
88static bool usb_hid = true; 88static bool usb_hid = true;