diff --git a/common/usb_hc.h b/common/usb_hc.h index 3335af2f..d71e2de3 100644 --- a/common/usb_hc.h +++ b/common/usb_hc.h @@ -39,7 +39,7 @@ struct usbh_urb { struct usbh_hubport *hport; struct usb_endpoint_descriptor *ep; uint8_t data_toggle; - uint8_t interval; + uint16_t interval; struct usb_setup_packet *setup; uint8_t *transfer_buffer; uint32_t transfer_buffer_length;