diff options
| author | hathach <[email protected]> | 2021-10-26 23:57:48 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-10-26 23:57:48 +0700 |
| commit | 49aa69a301abfc86e1182d329c1f3b586cdcf204 (patch) | |
| tree | 90c1ad19909b56fd1b6b9f0702dd9e44ae013301 /src/device | |
| parent | 07829510e7fe14efca735401d3cd2cfdd4f30066 (diff) | |
update bcm dcd
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/dcd_attr.h | 2 |
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 |
