diff options
| author | sakumisu <[email protected]> | 2022-09-17 23:06:58 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2022-09-17 23:06:58 +0800 |
| commit | 0e1ff9060734ecde4548d76f2034e2464fa0dca3 (patch) | |
| tree | b0ef7142ec1d6cd55a1f7dea3eeb2a785831cbc1 | |
| parent | 7fce26fb286b29e915edf168841e028060141646 (diff) | |
remove dwc dcache clean
| -rw-r--r-- | port/dwc2/usb_dc_dwc2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/port/dwc2/usb_dc_dwc2.c b/port/dwc2/usb_dc_dwc2.c index 7442964c..c835fa2a 100644 --- a/port/dwc2/usb_dc_dwc2.c +++ b/port/dwc2/usb_dc_dwc2.c @@ -825,7 +825,6 @@ int usbd_ep_start_write(const uint8_t ep, const uint8_t *data, uint32_t data_len } #ifdef CONFIG_USB_DWC2_DMA_ENABLE - usb_dwc2_dcache_clean((uintptr_t)data, data_len); USB_OTG_INEP(ep_idx)->DIEPDMA = (uint32_t)data; if (g_dwc2_udc.in_ep[ep_idx].ep_type == 0x01) { |
