summaryrefslogtreecommitdiff
path: root/src/device/dcd_attr.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-10-26 23:57:48 +0700
committerhathach <[email protected]>2021-10-26 23:57:48 +0700
commit49aa69a301abfc86e1182d329c1f3b586cdcf204 (patch)
tree90c1ad19909b56fd1b6b9f0702dd9e44ae013301 /src/device/dcd_attr.h
parent07829510e7fe14efca735401d3cd2cfdd4f30066 (diff)
update bcm dcd
Diffstat (limited to 'src/device/dcd_attr.h')
-rw-r--r--src/device/dcd_attr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/dcd_attr.h b/src/device/dcd_attr.h
index 61f31e38a..90f3a526a 100644
--- a/src/device/dcd_attr.h
+++ b/src/device/dcd_attr.h
@@ -181,7 +181,7 @@
#define DCD_ATTR_ENDPOINT_MAX 4
//------------- Broadcom -------------//
-#elif TU_CHECK_MCU(BCM2711)
+#elif TU_CHECK_MCU(OPT_MCU_BCM2711)
#define DCD_ATTR_ENDPOINT_MAX 8
#else