summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/usbstack/usb_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/usbstack/usb_core.c b/firmware/usbstack/usb_core.c
index 250544f202..81333fe0d2 100644
--- a/firmware/usbstack/usb_core.c
+++ b/firmware/usbstack/usb_core.c
@@ -238,6 +238,7 @@ static struct usb_class_driver drivers[USB_NUM_DRIVERS] =
238 .notify_hotswap = NULL, 238 .notify_hotswap = NULL,
239#endif 239#endif
240 }, 240 },
241#endif
241#ifdef USB_HID 242#ifdef USB_HID
242 [USB_DRIVER_HID] = { 243 [USB_DRIVER_HID] = {
243 .enabled = false, 244 .enabled = false,
@@ -257,7 +258,6 @@ static struct usb_class_driver drivers[USB_NUM_DRIVERS] =
257#endif 258#endif
258 }, 259 },
259#endif 260#endif
260#endif
261}; 261};
262 262
263static void usb_core_control_request_handler(struct usb_ctrlrequest* req); 263static void usb_core_control_request_handler(struct usb_ctrlrequest* req);