diff options
| author | Dave Nadler <[email protected]> | 2023-06-28 17:05:19 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-28 17:05:19 -0400 |
| commit | cca4be6c67e1084d57cc42a917a2c07678182c6e (patch) | |
| tree | 473187bec31df1d2e3c851e4939f983c7d7c3bf2 /examples/device/hid_multiple_interface | |
| parent | bd897d9c14b289861150456cb5538aac42ecc69e (diff) | |
| parent | fe77b6713bbc0c4faafaead73f11b7a7d4952976 (diff) | |
Merge branch 'hathach:master' into master
Diffstat (limited to 'examples/device/hid_multiple_interface')
| -rw-r--r-- | examples/device/hid_multiple_interface/CMakeLists.txt | 6 |
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) |
