diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/microchip/samg/dcd_samg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/microchip/samg/dcd_samg.c b/src/portable/microchip/samg/dcd_samg.c index 12b2633a0..1edbba629 100644 --- a/src/portable/microchip/samg/dcd_samg.c +++ b/src/portable/microchip/samg/dcd_samg.c @@ -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 { |
