diff options
| author | hathach <[email protected]> | 2021-09-13 13:09:38 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-09-13 13:09:38 +0700 |
| commit | 43e6555fd03906c4524f2f212199cdf32cb5fb0f (patch) | |
| tree | 8a9f1794adbd639152092a6756c98a748da928a3 /src | |
| parent | 9bed4e2e21dda8c6aac89852492bd178916d6be0 (diff) | |
clean up
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/nxp/transdimension/dcd_transdimension.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/portable/nxp/transdimension/dcd_transdimension.c b/src/portable/nxp/transdimension/dcd_transdimension.c index a61f503f6..a7c4545c2 100644 --- a/src/portable/nxp/transdimension/dcd_transdimension.c +++ b/src/portable/nxp/transdimension/dcd_transdimension.c @@ -516,7 +516,8 @@ bool dcd_edpt_xfer_fifo (uint8_t rhport, uint8_t ep_addr, tu_fifo_t * ff, uint16 } else { - // TODO we need to carry the wrapped length after the linear part complete + // TODO we may need to carry the wrapped length after the linear part complete + // for now only transfer up to linear part } } @@ -560,7 +561,6 @@ static void process_edpt_complete_isr(uint8_t rhport, uint8_t epnum, uint8_t dir } // only number of bytes in the IOC qtd - // TODO there is still a case with xfer_fifo with additional wrapped buffer to fullfil the requested length dcd_event_xfer_complete(rhport, tu_edpt_addr(epnum, dir), xferred_bytes, result, true); } |
