summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-11-07 15:15:24 +0700
committerhathach <[email protected]>2024-11-07 15:18:09 +0700
commit48b32f5d1ec17f80db6ae960e535e7f5bfe5329b (patch)
tree32dc11e014e1e91b6044884d3bdf972460a12ac6 /src
parent9920ebff4ac5c5d60ca228897713a1c154ab6b57 (diff)
enable host dwc2 dma by default
Diffstat (limited to 'src')
-rw-r--r--src/tusb_option.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h
index 688976e55..b193d9c09 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -261,7 +261,7 @@
// Enable DWC2 DMA for host
#ifndef CFG_TUH_DWC2_DMA_ENABLE
- #define CFG_TUH_DWC2_DMA_ENABLE 0
+ #define CFG_TUH_DWC2_DMA_ENABLE 1
#endif
// Enable PIO-USB software host controller