summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2022-03-04 15:20:51 +0700
committerGitHub <[email protected]>2022-03-04 15:20:51 +0700
commit5453c7e97f673dfc804524177b5d01c9a6242dcf (patch)
tree89486cf0c75d68724392a33b709b3d4fd790f134 /examples
parent7c627f58d785334cc701e0c4b3160e7fd573f88e (diff)
parentf72da8ee7d7082f9c2f1d796cfb03dcdd1c6d673 (diff)
Merge pull request #1370 from hathach/fix-esp-idf
fix build with esp32s2, also use dwc2 for esp example
Diffstat (limited to 'examples')
-rw-r--r--examples/device/hid_composite_freertos/src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/hid_composite_freertos/src/CMakeLists.txt b/examples/device/hid_composite_freertos/src/CMakeLists.txt
index 5d9fc74d3..25da8fcd7 100644
--- a/examples/device/hid_composite_freertos/src/CMakeLists.txt
+++ b/examples/device/hid_composite_freertos/src/CMakeLists.txt
@@ -31,5 +31,5 @@ target_sources(${COMPONENT_TARGET} PUBLIC
"${TOP}/src/class/net/ncm_device.c"
"${TOP}/src/class/usbtmc/usbtmc_device.c"
"${TOP}/src/class/vendor/vendor_device.c"
- "${TOP}/src/portable/espressif/esp32sx/dcd_esp32sx.c"
+ "${TOP}/src/portable/synopsys/dwc2/dcd_dwc2.c"
)