diff options
| author | hathach <[email protected]> | 2021-10-30 20:42:55 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-10-30 20:42:55 +0700 |
| commit | 9cd5a87c64425b8a7427531735f06f255117aeeb (patch) | |
| tree | bb2a05f9c40cf30f6321e23a78f87abbba00c193 /src/host | |
| parent | 660e8b8c887091e17323c361f25e804a5d06d6df (diff) | |
add support for EFM32GG
merge GG12 GG12 to simply OPT_MCU_EFM32GG
Diffstat (limited to 'src/host')
| -rw-r--r-- | src/host/hcd_attr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/hcd_attr.h b/src/host/hcd_attr.h index a9bc242d7..06011c63c 100644 --- a/src/host/hcd_attr.h +++ b/src/host/hcd_attr.h @@ -82,7 +82,7 @@ #elif TU_CHECK_MCU(OPT_MCU_RP2040) //------------- Silabs -------------// -#elif TU_CHECK_MCU(OPT_MCU_EFM32GG, OPT_MCU_EFM32GG11, OPT_MCU_EFM32GG12) +#elif TU_CHECK_MCU(OPT_MCU_EFM32GG) //------------- Renesas -------------// #elif TU_CHECK_MCU(OPT_MCU_RX63X, OPT_MCU_RX65X, OPT_MCU_RX72N) |
