fix(uhci): Fix uhci second receive error when first receive is long

Closes https://github.com/espressif/esp-idf/issues/18200
This commit is contained in:
C.S.M
2026-02-24 18:54:33 +08:00
committed by BOT
parent d13bbd4b2b
commit 64ece2e663
2 changed files with 34 additions and 20 deletions

View File

@@ -159,6 +159,7 @@ static bool uhci_gdma_rx_callback_done(gdma_channel_handle_t dma_chan, gdma_even
gdma_reset(uhci_ctrl->rx_dir.dma_chan);
uhci_ctrl->rx_dir.rx_fsm = UHCI_RX_FSM_ENABLE;
uhci_ctrl->rx_dir.node_index = 0;
}
if (event_data->flags.abnormal_eof) {