Skip to content

Commit

Permalink
enable host dwc2 dma by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Nov 7, 2024
1 parent 9920ebf commit c7342f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tusb_option.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7342f5

Please sign in to comment.