mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-07-27 00:04:13 +00:00
Fix some CMake documentation typos (#616)
The quick start instructions for CMake mention the "master" git branch which has been replaced by "main" in the current repo. The main CMakeLists.txt documents how to integrate a custom port. Fix a typo in the suggested CMake code.
This commit is contained in:
@@ -217,7 +217,7 @@ elseif((FREERTOS_PORT STREQUAL "A_CUSTOM_PORT") AND (NOT TARGET freertos_kernel_
|
||||
" target_include_directories(freertos_kernel_port\n"
|
||||
" PUBLIC\n"
|
||||
" .)\n"
|
||||
" taget_link_libraries(freertos_kernel_port\n"
|
||||
" target_link_libraries(freertos_kernel_port\n"
|
||||
" PRIVATE\n"
|
||||
" freertos_kernel)")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user