summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2025-07-27 21:25:27 +0800
committersakumisu <[email protected]>2025-07-27 21:25:27 +0800
commit8dd3106e626df9c1eafb750308dabfad05ccdffb (patch)
tree5b193c7116a79ed8b0f86b5d4de0c37d9cb7ae2d
parent9e4122f2a0012d4aa69200540545e4e4d0d1b6c4 (diff)
update(common/usb_hc): change interval u16 to u32 for us
Signed-off-by: sakumisu <[email protected]>
-rw-r--r--common/usb_hc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/usb_hc.h b/common/usb_hc.h
index d71e2de3..aa411eef 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;
- uint16_t interval;
+ uint32_t interval;
struct usb_setup_packet *setup;
uint8_t *transfer_buffer;
uint32_t transfer_buffer_length;