From 95c6a6bca001912716f698b6745d79be90be78df Mon Sep 17 00:00:00 2001 From: Joseph Julicher Date: Fri, 13 Oct 2023 14:39:35 -0700 Subject: [PATCH] Added a single newline at the end of the cmake --- minimal_freertos_example/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimal_freertos_example/CMakeLists.txt b/minimal_freertos_example/CMakeLists.txt index 533343b13be..65b08eefaae 100644 --- a/minimal_freertos_example/CMakeLists.txt +++ b/minimal_freertos_example/CMakeLists.txt @@ -36,4 +36,4 @@ target_include_directories(${PROJECT_NAME} ${CMAKE_CURRENT_LIST_DIR} ) -target_link_libraries(${PROJECT_NAME} freertos_kernel freertos_config) \ No newline at end of file +target_link_libraries(${PROJECT_NAME} freertos_kernel freertos_config)