Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRTOS/FreeRTOS-Kernel.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Bartell <pbartell@amazon.com>2022-11-22 22:03:24 +0300
committerPaul Bartell <paul.bartell@gmail.com>2022-11-23 20:52:28 +0300
commitdf99587e032905c18f95a7e03c742c2bf1013f5c (patch)
treeebf220c631c6596555cebcd8f048b861c4578b13 /CMakeLists.txt
parentfbfbc1a2fb84702976bd12feca80aefd99774a2b (diff)
CMakeLists.txt: Remove croutine.c from CMakeLists.txt
CMakeLists.txt: Remove croutine.c
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 205c19a48..1d4a7799f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -225,7 +225,6 @@ endif()
add_subdirectory(portable)
add_library(freertos_kernel STATIC
- croutine.c
event_groups.c
list.c
queue.c