diff options
| author | Reinhard Panhuber <[email protected]> | 2021-02-23 19:41:21 +0100 |
|---|---|---|
| committer | Reinhard Panhuber <[email protected]> | 2021-02-23 19:41:21 +0100 |
| commit | 313dd1439db037e676429d11646008f143e6bdb9 (patch) | |
| tree | 459afde3a995fb04ae32a2871c87e972c7ce3bce /src/portable/st/synopsys/dcd_synopsys.c | |
| parent | fff6283bf751ecf8e2ef33745e03d45eb13b354e (diff) | |
Implement dcd_edpt_iso_xfer() for dcd_da146xx.c BUT WITHOUT DMA SUPPORT
Diffstat (limited to 'src/portable/st/synopsys/dcd_synopsys.c')
| -rw-r--r-- | src/portable/st/synopsys/dcd_synopsys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/st/synopsys/dcd_synopsys.c b/src/portable/st/synopsys/dcd_synopsys.c index 5f8c44638..1d0bb5107 100644 --- a/src/portable/st/synopsys/dcd_synopsys.c +++ b/src/portable/st/synopsys/dcd_synopsys.c @@ -684,7 +684,7 @@ bool dcd_edpt_iso_xfer (uint8_t rhport, uint8_t ep_addr, tu_fifo_t * ff, uint16_ uint8_t const dir = tu_edpt_dir(ep_addr); xfer_ctl_t * xfer = XFER_CTL_BASE(epnum, dir); - xfer->buffer = NULL; // Indicates a FIFO shall be used + xfer->buffer = NULL; xfer->ff = ff; xfer->total_len = total_bytes; |
