diff options
| author | hathach <[email protected]> | 2022-02-26 15:18:51 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-02-26 15:23:29 +0700 |
| commit | bc63f59af2e75e4fc93715ac88a2a8360f09d69a (patch) | |
| tree | 4a5e18ae15addbc3b201bd9c6d601e2c7a7a7576 /src/portable/synopsys | |
| parent | 244154e08760dcdcc469bde03df63a898c55ec8b (diff) | |
mcu specific rename
Diffstat (limited to 'src/portable/synopsys')
| -rw-r--r-- | src/portable/synopsys/dwc2/dcd_dwc2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/synopsys/dwc2/dcd_dwc2.c b/src/portable/synopsys/dwc2/dcd_dwc2.c index ecbc36fb9..377f0f44e 100644 --- a/src/portable/synopsys/dwc2/dcd_dwc2.c +++ b/src/portable/synopsys/dwc2/dcd_dwc2.c @@ -30,7 +30,7 @@ #include "tusb_option.h" #if CFG_TUD_ENABLED && \ - ( defined(DCD_ATTR_DWC2_STM32) || \ + ( defined(TUP_USBIP_DWC2) || \ TU_CHECK_MCU(OPT_MCU_ESP32S2, OPT_MCU_ESP32S3, OPT_MCU_GD32VF103) || \ TU_CHECK_MCU(OPT_MCU_EFM32GG, OPT_MCU_BCM2711, OPT_MCU_BCM2835) || \ TU_CHECK_MCU(OPT_MCU_BCM2837, OPT_MCU_XMC4000) ) |
