Remove croutine.c from RP2040 cmake include file

This commit is contained in:
Paul Bartell 2022-11-25 12:01:38 -08:00 committed by Paul Bartell
parent 3d28cdaae4
commit b213ad8b6e

View file

@ -6,7 +6,6 @@
add_library(FreeRTOS-Kernel-Core INTERFACE)
target_sources(FreeRTOS-Kernel-Core INTERFACE
${FREERTOS_KERNEL_PATH}/croutine.c
${FREERTOS_KERNEL_PATH}/event_groups.c
${FREERTOS_KERNEL_PATH}/list.c
${FREERTOS_KERNEL_PATH}/queue.c