CMakeLists.txt: Remove croutine.c from CMakeLists.txt
CMakeLists.txt: Remove croutine.c
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 205c19a..1d4a779 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -225,7 +225,6 @@
 add_subdirectory(portable)
 
 add_library(freertos_kernel STATIC
-    croutine.c
     event_groups.c
     list.c
     queue.c