diff options
| author | hathach <[email protected]> | 2021-10-25 15:51:41 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-10-25 15:51:41 +0700 |
| commit | 4ccf60954d184c0530daf800090bd7103aacee86 (patch) | |
| tree | 4817855a31c48285ff530119be787c9c3874a96f /examples | |
| parent | a0202df920889b57f79560760f6a38632e52c364 (diff) | |
moving esp32s2 to dwc2, abstract dwc2_set_turnaround()
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/cdc_msc_freertos/src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/cdc_msc_freertos/src/CMakeLists.txt b/examples/device/cdc_msc_freertos/src/CMakeLists.txt index 07fc4df89..93ae0686a 100644 --- a/examples/device/cdc_msc_freertos/src/CMakeLists.txt +++ b/examples/device/cdc_msc_freertos/src/CMakeLists.txt @@ -27,5 +27,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" ) |
