fix build with esp32s2

This commit is contained in:
hathach 2021-06-19 12:55:54 +07:00
parent 683304fd3c
commit b3a91220de

View File

@ -190,7 +190,7 @@ SRC_C += \
peripherals/rmt.c peripherals/rmt.c
ifneq ($(CIRCUITPY_USB),0) ifneq ($(CIRCUITPY_USB),0)
SRC_C += lib/tinyusb/src/portable/espressif/esp32s2/dcd_esp32s2.c SRC_C += lib/tinyusb/src/portable/espressif/esp32sx/dcd_esp32sx.c
endif endif
SRC_S = SRC_S =