Fix wrong pointer call in dcd_samg.c

This commit is contained in:
Reinhard Panhuber 2021-02-17 22:52:59 +01:00
parent 666e0fad35
commit d8481ac7e4
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ void dcd_int_handler(uint8_t rhport)
// write to EP fifo
if (xfer->ff)
{
tu_fifo_read_n(ff, (void *) &UDP->UDP_FDR[epnum], xact_len);
tu_fifo_read_n(xfer->ff, (void *) &UDP->UDP_FDR[epnum], xact_len);
}
else
{