Skip to content

Commit 75c4044

Browse files
RP2040: Fix removal of idle_task_static_memory.c (#935)
Co-authored-by: Rahul Kar <[email protected]>
1 parent 5544c78 commit 75c4044

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

portable/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ add_library(freertos_kernel_port STATIC
8181

8282
# ARMv6-M / Cortex-M0 Raspberry PI RP2040 port for GCC
8383
$<$<STREQUAL:${FREERTOS_PORT},GCC_RP2040>:
84-
ThirdParty/GCC/RP2040/idle_task_static_memory.c
8584
ThirdParty/GCC/RP2040/port.c>
8685

8786
# ARMv7-M ports for GCC

0 commit comments

Comments
 (0)