Skip to content

Commit

Permalink
Remove croutine.c from RP2040 cmake include file
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbartell committed Nov 28, 2022
1 parent 3d28cda commit b213ad8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion portable/ThirdParty/GCC/RP2040/library.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b213ad8

Please sign in to comment.