diff options
| author | hathach <[email protected]> | 2024-11-27 11:54:11 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-11-27 11:54:11 +0700 |
| commit | d9ef3cd1b392025f2b850b10fbefca4306a87322 (patch) | |
| tree | 6df75d7b3d7ecaf3cf0b01e3c4d86e7fe2c15df4 /src/tusb_option.h | |
| parent | 9e4b855e5309976ead84d6cc65288e0e03f27ba5 (diff) | |
default CFG_TUH_DWC2_DMA_ENABLE to 0
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index 989fb5032..42994cb03 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -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 |
