summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2024-09-25 10:16:28 +0700
committerGitHub <[email protected]>2024-09-25 10:16:28 +0700
commitc8ab65fbb6ed24b470df8c3b2f35c27ce0d54053 (patch)
tree7a9831c30b135a841e0d80abb07ab93f2cec241a /src/common
parentf4dd1764849d005a2e44d51f62428aeaf2513804 (diff)
parente483c6a2ade2dbf2ec44d835134f62eab0cf9698 (diff)
Merge pull request #2576 from HiFiPhile/dwc2_dma
DWC2 DMA support
Diffstat (limited to 'src/common')
-rw-r--r--src/common/tusb_mcu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h
index 0a4462a0a..6ead1ea0b 100644
--- a/src/common/tusb_mcu.h
+++ b/src/common/tusb_mcu.h
@@ -524,7 +524,7 @@
#define TUP_DCD_EDPT_ISO_ALLOC
#endif
-#if defined(TUP_USBIP_DWC2)
+#if defined(TUP_USBIP_DWC2) // && CFG_TUD_DWC2_DMA == 0
#define TUP_MEM_CONST_ADDR
#endif