diff options
| author | gab-k <[email protected]> | 2026-03-30 18:56:41 +0200 |
|---|---|---|
| committer | gab-k <[email protected]> | 2026-03-30 18:56:41 +0200 |
| commit | 9c2600d496d02c60935ef38e68427267bdae46fe (patch) | |
| tree | 440c1aefd77232a7b95ee8ae83467b8bc329e798 | |
| parent | 6740924c41f1996c92c2459ff4e926d1d6af44ae (diff) | |
Revert unintentional removal of comment
| -rw-r--r-- | src/portable/synopsys/dwc2/dcd_dwc2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/portable/synopsys/dwc2/dcd_dwc2.c b/src/portable/synopsys/dwc2/dcd_dwc2.c index 4ac3bdcd7..e32dedd1b 100644 --- a/src/portable/synopsys/dwc2/dcd_dwc2.c +++ b/src/portable/synopsys/dwc2/dcd_dwc2.c @@ -636,6 +636,7 @@ bool dcd_edpt_iso_alloc(uint8_t rhport, uint8_t ep_addr, uint16_t largest_packet } bool dcd_edpt_iso_activate(uint8_t rhport, tusb_desc_endpoint_t const * p_endpoint_desc) { + // Disable EP to clear potential incomplete transfers edpt_disable(rhport, p_endpoint_desc->bEndpointAddress, false); edpt_activate(rhport, p_endpoint_desc); return true; |
