We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5333d04 commit ebb5169Copy full SHA for ebb5169
src/portable/synopsys/dwc2/hcd_dwc2.c
@@ -448,6 +448,7 @@ void hcd_device_close(uint8_t rhport, uint8_t dev_addr) {
448
hcd_endpoint_t* edpt = &_hcd_data.edpt[i];
449
if (edpt->hcchar_bm.enable && edpt->hcchar_bm.dev_addr == dev_addr) {
450
tu_memclr(edpt, sizeof(hcd_endpoint_t));
451
+ tu_memclr(&_hcd_data.xfer[i], sizeof(hcd_xfer_t));
452
}
453
454
0 commit comments