diff options
| author | hathach <[email protected]> | 2021-07-21 18:08:19 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-07-22 00:12:01 +0700 |
| commit | a9f3532252c09d2bcc0fc23994be3d0753a974ef (patch) | |
| tree | 45f11ab2c83a732ed843bab2078646d18694ac17 /src/device | |
| parent | 37cac414f83fb939d8b9e4c41d5fa49a6f0e309e (diff) | |
more ci
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 2fd235a96..4bba03c87 100644 --- a/src/device/dcd_attr.h +++ b/src/device/dcd_attr.h @@ -133,7 +133,7 @@ #define DCD_ATTR_ENDPOINT_MAX 16 //------------- Silabs -------------// -#elif TU_CHECK_MCU(EFM32GG) +#elif TU_CHECK_MCU(EFM32GG) || TU_CHECK_MCU(OPT_MCU_EFM32GG11) || TU_CHECK_MCU(OPT_MCU_EFM32GG12) #define DCD_ATTR_ENDPOINT_MAX 7 //------------- Renesas -------------// |
