diff options
| author | sakumisu <[email protected]> | 2025-07-17 23:01:32 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2025-07-17 23:01:32 +0800 |
| commit | 80f0f97efaa4c43daa231a9ec3afb4c92db613d2 (patch) | |
| tree | 723bf8312fb744b9ab491f1ee19cdd2df60a22a8 | |
| parent | 4fdbe4ed26dfedbd92080bc4f1c3876f2214dda7 (diff) | |
fix(port/dwc2/usb_glue_at): fix host rx size
Signed-off-by: sakumisu <[email protected]>
| -rw-r--r-- | port/dwc2/usb_glue_at.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/port/dwc2/usb_glue_at.c b/port/dwc2/usb_glue_at.c index a531fdb3..17dec47f 100644 --- a/port/dwc2/usb_glue_at.c +++ b/port/dwc2/usb_glue_at.c @@ -68,7 +68,7 @@ const struct dwc2_user_params param_pb14_pb15 = { [15] = 0 }, .host_dma_desc_enable = false, - .host_rx_fifo_size = 628, + .host_rx_fifo_size = 624, .host_nperio_tx_fifo_size = 128, // 512 byte .host_perio_tx_fifo_size = 256, // 1024 byte |
