summaryrefslogtreecommitdiff
path: root/examples/device
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2024-11-13 20:02:01 +0700
committerGitHub <[email protected]>2024-11-13 20:02:01 +0700
commit6f11f99f989660384611d846fc6de7ccdf008b0e (patch)
tree0c48fb75cb750721b505736633c5ba52ccff5e44 /examples/device
parenta8903d3152cbaa93d4d9d7e347dd09529d4ca887 (diff)
parent401a704804da3a039c98870783d895dc2a1646f7 (diff)
Merge pull request #2875 from hathach/hil-dwc2
Diffstat (limited to 'examples/device')
-rw-r--r--examples/device/cdc_msc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/cdc_msc/CMakeLists.txt b/examples/device/cdc_msc/CMakeLists.txt
index 9415f8c68..c2f9cb095 100644
--- a/examples/device/cdc_msc/CMakeLists.txt
+++ b/examples/device/cdc_msc/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.17)
-set_property(GLOBAL PROPERTY USE_FOLDERS ON)
+#set_property(GLOBAL PROPERTY USE_FOLDERS ON)
include(${CMAKE_CURRENT_SOURCE_DIR}/../../../hw/bsp/family_support.cmake)