summaryrefslogtreecommitdiff
path: root/examples/device/hid_multiple_interface
diff options
context:
space:
mode:
authorA. Hooper <[email protected]>2023-07-01 08:03:16 -0400
committerGitHub <[email protected]>2023-07-01 08:03:16 -0400
commit9554a354d401c0df7e0dec19721b0296f806340b (patch)
treeacc50a6dbc68bff7651d81e7cd658c2e2c14f48b /examples/device/hid_multiple_interface
parent7d45a43f57c805f3d7b48638aee2e997bff08b96 (diff)
parentf5d0510064bd2a0ffd040697de1fac707fa70069 (diff)
Merge branch 'hathach:master' into blackf407VE
Diffstat (limited to 'examples/device/hid_multiple_interface')
-rw-r--r--examples/device/hid_multiple_interface/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/device/hid_multiple_interface/CMakeLists.txt b/examples/device/hid_multiple_interface/CMakeLists.txt
index eb4c198d6..a01eb3456 100644
--- a/examples/device/hid_multiple_interface/CMakeLists.txt
+++ b/examples/device/hid_multiple_interface/CMakeLists.txt
@@ -27,6 +27,6 @@ target_include_directories(${PROJECT} PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}/src
)
-# Configure compilation flags and libraries for the example... see the corresponding function
-# in hw/bsp/FAMILY/family.cmake for details.
-family_configure_device_example(${PROJECT})
+# Configure compilation flags and libraries for the example without RTOS.
+# See the corresponding function in hw/bsp/FAMILY/family.cmake for details.
+family_configure_device_example(${PROJECT} noos)