diff options
| author | hathach <[email protected]> | 2021-07-21 18:25:53 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-07-22 00:12:01 +0700 |
| commit | 8ee1141a70dd40063c667ea2b117590a174d9ea6 (patch) | |
| tree | 99a9ebae401fd29607d2db0e41ffa1b594a9aaf7 | |
| parent | a9f3532252c09d2bcc0fc23994be3d0753a974ef (diff) | |
correct check
| -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 4bba03c87..544b0a75b 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) || TU_CHECK_MCU(OPT_MCU_EFM32GG11) || TU_CHECK_MCU(OPT_MCU_EFM32GG12) +#elif TU_CHECK_MCU(EFM32GG) || TU_CHECK_MCU(EFM32GG11) || TU_CHECK_MCU(EFM32GG12) #define DCD_ATTR_ENDPOINT_MAX 7 //------------- Renesas -------------// |
