summaryrefslogtreecommitdiff
path: root/firmware/usbstack/usb_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/usbstack/usb_core.c')
-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 250544f..81333fe 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] =
.notify_hotswap = NULL,
#endif
},
+#endif
#ifdef USB_HID
[USB_DRIVER_HID] = {
.enabled = false,
@@ -257,7 +258,6 @@ static struct usb_class_driver drivers[USB_NUM_DRIVERS] =
#endif
},
#endif
-#endif
};
static void usb_core_control_request_handler(struct usb_ctrlrequest* req);