fix build with esp32s2

This commit is contained in:
hathach 2021-06-19 12:55:54 +07:00
parent 683304fd3c
commit b3a91220de
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ SRC_C += \
peripherals/rmt.c
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
SRC_S =