diff options
| author | hathach <[email protected]> | 2023-05-06 15:14:54 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-05-06 15:14:54 +0700 |
| commit | f15f79df5d242fdeff06dff14a9550905f29d514 (patch) | |
| tree | 171879b1c9135324da60143e33e799b8cfd1c1f9 /examples/device/cdc_msc_freertos | |
| parent | cda5ab8b259522be962840a49a448648d3f5d308 (diff) | |
cmake work well with imxrt
Diffstat (limited to 'examples/device/cdc_msc_freertos')
| -rw-r--r-- | examples/device/cdc_msc_freertos/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/cdc_msc_freertos/CMakeLists.txt b/examples/device/cdc_msc_freertos/CMakeLists.txt index 699860223..75ec33145 100644 --- a/examples/device/cdc_msc_freertos/CMakeLists.txt +++ b/examples/device/cdc_msc_freertos/CMakeLists.txt @@ -35,7 +35,7 @@ target_include_directories(${PROJECT} PUBLIC family_configure_device_example(${PROJECT}) if (NOT TARGET freertos_kernel) -family_add_freertos_config(${PROJECT}) +family_configure_freertos_example(${PROJECT}) add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/../../../lib/FreeRTOS-Kernel lib/FreeRTOS-Kernel) endif() |
