mcu specific rename

This commit is contained in:
hathach
2022-02-26 15:18:51 +07:00
parent 244154e087
commit bc63f59af2
5 changed files with 46 additions and 33 deletions

View File

@@ -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) )