diff options
Diffstat (limited to 'sys/dev/usb/controller/dwc_otg.h')
-rw-r--r-- | sys/dev/usb/controller/dwc_otg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/controller/dwc_otg.h b/sys/dev/usb/controller/dwc_otg.h index f58ddec..1ff2583 100644 --- a/sys/dev/usb/controller/dwc_otg.h +++ b/sys/dev/usb/controller/dwc_otg.h @@ -140,7 +140,7 @@ struct dwc_otg_profile { struct dwc_otg_chan_state { uint32_t hcint; - uint16_t last_frame; + uint8_t wait_sof; uint8_t allocated; uint8_t suspended; }; |