From ead08bd7f7e3ee18e13daa9ebddf3d20f3df1d03 Mon Sep 17 00:00:00 2001 From: Roman Leonov Date: Tue, 19 Nov 2024 11:03:23 +0100 Subject: [PATCH] change(tusb): Added dwc2_common.c to cmake sources --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9496aff99f..a638efee6a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,6 +47,7 @@ set(srcs "src/class/dfu/dfu_rt_device.c" # Common, device-mode related "src/portable/synopsys/dwc2/dcd_dwc2.c" + "src/portable/synopsys/dwc2/dwc2_common.c" "src/common/tusb_fifo.c" "src/device/usbd_control.c" "src/device/usbd.c"