diff options
| -rw-r--r-- | port/dwc2/usb_dc_dwc2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/port/dwc2/usb_dc_dwc2.c b/port/dwc2/usb_dc_dwc2.c index 00e955fe..6e489097 100644 --- a/port/dwc2/usb_dc_dwc2.c +++ b/port/dwc2/usb_dc_dwc2.c @@ -99,7 +99,7 @@ #elif CONFIG_USB_DWC2_RAM_SIZE == 4096 -#define CONFIG_USB_DWC2_DMA_ENABLE +//#define CONFIG_USB_DWC2_DMA_ENABLE #ifdef CONFIG_USB_DWC2_DMA_ENABLE #warning "if you enable dcache,please add .nocacheble section in your sct or ld or icf" |
