From 8389c7b806e0d3eaaa3d859c795aa9cb0bab0c1f Mon Sep 17 00:00:00 2001 From: Tomas Rezucha Date: Mon, 10 Jul 2023 11:38:01 +0200 Subject: [PATCH] Use DWC2 DCD layer --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a8a2c7e1a4..ed1401320c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ set(srcs "src/class/dfu/dfu_device.c" "src/class/dfu/dfu_rt_device.c" # Common, device-mode related - "src/portable/espressif/${tusb_family}/dcd_${tusb_family}.c" + "src/portable/synopsys/dwc2/dcd_dwc2.c" "src/common/tusb_fifo.c" "src/device/usbd_control.c" "src/device/usbd.c"