Index: firmware/usbstack/usb_core.c =================================================================== --- firmware/usbstack/usb_core.c (revision 21048) +++ firmware/usbstack/usb_core.c (working copy) @@ -238,6 +238,7 @@ .notify_hotswap = NULL, #endif }, +#endif #ifdef USB_HID [USB_DRIVER_HID] = { .enabled = false, @@ -257,7 +258,6 @@ #endif }, #endif -#endif }; static void usb_core_control_request_handler(struct usb_ctrlrequest* req);