From a3fc107d94f5126667a51f82b7997a3c629972c4 Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 5 Nov 2021 11:40:53 +0700 Subject: xmc4500 led blinky, button ok --- src/device/dcd_attr.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/device') diff --git a/src/device/dcd_attr.h b/src/device/dcd_attr.h index 1d34b94ba..15d8ce204 100644 --- a/src/device/dcd_attr.h +++ b/src/device/dcd_attr.h @@ -188,6 +188,10 @@ #elif TU_CHECK_MCU(OPT_MCU_BCM2711) #define DCD_ATTR_ENDPOINT_MAX 8 +//------------- Broadcom -------------// +#elif TU_CHECK_MCU(OPT_MCU_XMC4000) + #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 -- cgit v1.3.1