default CFG_TUH_DWC2_DMA_ENABLE to 0

This commit is contained in:
hathach
2024-11-27 11:54:11 +07:00
parent 9e4b855e53
commit d9ef3cd1b3
2 changed files with 9 additions and 5 deletions

View File

@@ -277,7 +277,7 @@
// Enable DWC2 DMA for host
#ifndef CFG_TUH_DWC2_DMA_ENABLE
#ifndef CFG_TUH_DWC2_DMA_ENABLE_DEFAULT
#define CFG_TUH_DWC2_DMA_ENABLE_DEFAULT 1
#define CFG_TUH_DWC2_DMA_ENABLE_DEFAULT 0
#endif
#define CFG_TUH_DWC2_DMA_ENABLE CFG_TUH_DWC2_DMA_ENABLE_DEFAULT