diff options
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/dcd_attr.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/device/dcd_attr.h b/src/device/dcd_attr.h index 54627eaa0..61f31e38a 100644 --- a/src/device/dcd_attr.h +++ b/src/device/dcd_attr.h @@ -180,6 +180,10 @@ #elif TU_CHECK_MCU(OPT_MCU_GD32VF103) #define DCD_ATTR_ENDPOINT_MAX 4 +//------------- Broadcom -------------// +#elif TU_CHECK_MCU(BCM2711) + #define DCD_ATTR_ENDPOINT_MAX 8 + #else #warning "DCD_ATTR_ENDPOINT_MAX is not defined for this MCU, default to 8" #define DCD_ATTR_ENDPOINT_MAX 8 |
