summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-10-30 20:42:55 +0700
committerhathach <[email protected]>2021-10-30 20:42:55 +0700
commit9cd5a87c64425b8a7427531735f06f255117aeeb (patch)
treebb2a05f9c40cf30f6321e23a78f87abbba00c193 /src/device
parent660e8b8c887091e17323c361f25e804a5d06d6df (diff)
add support for EFM32GG
merge GG12 GG12 to simply OPT_MCU_EFM32GG
Diffstat (limited to 'src/device')
-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 90f3a526a..70854f9c6 100644
--- a/src/device/dcd_attr.h
+++ b/src/device/dcd_attr.h
@@ -169,7 +169,7 @@
#define DCD_ATTR_ENDPOINT_MAX 16
//------------- Silabs -------------//
-#elif TU_CHECK_MCU(OPT_MCU_EFM32GG, OPT_MCU_EFM32GG11, OPT_MCU_EFM32GG12)
+#elif TU_CHECK_MCU(OPT_MCU_EFM32GG)
#define DCD_ATTR_ENDPOINT_MAX 7
//------------- Renesas -------------//