We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6020036 commit 6625e59Copy full SHA for 6625e59
CMakeLists.txt
@@ -212,8 +212,8 @@ add_compile_options(
212
include(FetchContent)
213
214
FetchContent_Declare( freertos_kernel
215
- GIT_REPOSITORY https://github.com/phelter/FreeRTOS-Kernel.git #https://github.com/FreeRTOS/FreeRTOS-Kernel.git
216
- GIT_TAG feature/fixing-clang-gnu-compiler-warnings #master
+ GIT_REPOSITORY https://github.com/FreeRTOS/FreeRTOS-Kernel.git
+ GIT_TAG main
217
)
218
219
FetchContent_Declare( cmock
0 commit comments