summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc_freertos
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-05-06 15:14:54 +0700
committerhathach <[email protected]>2023-05-06 15:14:54 +0700
commitf15f79df5d242fdeff06dff14a9550905f29d514 (patch)
tree171879b1c9135324da60143e33e799b8cfd1c1f9 /examples/device/cdc_msc_freertos
parentcda5ab8b259522be962840a49a448648d3f5d308 (diff)
cmake work well with imxrt
Diffstat (limited to 'examples/device/cdc_msc_freertos')
-rw-r--r--examples/device/cdc_msc_freertos/CMakeLists.txt2
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()