summaryrefslogtreecommitdiff
path: root/examples/device
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-11-13 13:08:30 +0700
committerhathach <[email protected]>2024-11-13 13:08:30 +0700
commitaeae2966a2afa669068e54eef7c4dd2dceffaa0d (patch)
treeec965825374576319936bbd1c861b8e90ab6cc77 /examples/device
parent839ec1729252d81aa631ba7ea4653c5591f6fb6f (diff)
hil add stm32f723disco, add test flags for device/host/dual
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)