diff options
| author | hathach <[email protected]> | 2024-11-06 12:09:32 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-11-06 12:09:32 +0700 |
| commit | fe79a93594c6ec994443e61317ea6bcc9fdf36b4 (patch) | |
| tree | 67361b704d6a3b5f8329cc3597f1e59c3cbd36e6 /src/tusb_option.h | |
| parent | fbc193647a69c749c43b6ea69733f144000c8a89 (diff) | |
implement split for slave, got mouse working
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 b193d9c09..688976e55 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 1 + #define CFG_TUH_DWC2_DMA_ENABLE 0 #endif // Enable PIO-USB software host controller |
