diff options
| author | hathach <[email protected]> | 2023-07-03 13:09:43 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-07-03 13:09:43 +0700 |
| commit | 04b1a67898cbd32f09cf7ef5384b780afee30e8c (patch) | |
| tree | 5f7ee88c2de9b5a8310fe8eb8060efc1e99b4f66 /examples/device/hid_multiple_interface | |
| parent | 2b735ee8f5476168d6b5ed1dc32edc52f4d3648a (diff) | |
| parent | f1e006d09bd32088ab421d0b519eb89c531eda4e (diff) | |
Merge branch 'master' into renesas_ra_hs_rebased
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) |
