summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2024-11-19 05:08:07 +0700
committerGitHub <[email protected]>2024-11-19 05:08:07 +0700
commit9e674d4faef984b846a05bed848650ec2e31f4a3 (patch)
tree55edcc1e083ceea9bf20001de62121ab4004607c /src/common
parentb3efa8eb6ae1a45591c9a3883d27470dc9f757d8 (diff)
parent3fe7e612c8df25dd66802c6da2183101eed2f83c (diff)
Merge pull request #2881 from hathach/enhance-dwc2-dcd
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 2a517f7a7..3ee04b608 100644
--- a/src/common/tusb_mcu.h
+++ b/src/common/tusb_mcu.h
@@ -548,7 +548,7 @@
#define TUP_DCD_EDPT_ISO_ALLOC
#endif
-#if defined(TUP_USBIP_DWC2) // && CFG_TUD_DWC2_DMA == 0
+#if defined(TUP_USBIP_DWC2) // && CFG_TUD_DWC2_DMA_ENABLE == 0
#define TUP_MEM_CONST_ADDR
#endif