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.
2 parents 101cbf6 + 5e3cfe7 commit b624664Copy full SHA for b624664
src/portable/nordic/nrf5x/dcd_nrf5x.c
@@ -438,6 +438,7 @@ void dcd_edpt_close (uint8_t rhport, uint8_t ep_addr)
438
// When both ISO endpoint are close there is no need for SOF any more.
439
if (_dcd.xfer[EP_ISO_NUM][TUSB_DIR_IN].mps + _dcd.xfer[EP_ISO_NUM][TUSB_DIR_OUT].mps == 0) NRF_USBD->INTENCLR = USBD_INTENCLR_SOF_Msk;
440
}
441
+ _dcd.xfer[epnum][dir].started = false;
442
__ISB(); __DSB();
443
444
0 commit comments