RP2040: Fix removal of idle_task_static_memory.c (#935)

Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
pull/940/head^2
dps.lwk 1 year ago committed by GitHub
parent 5544c78299
commit 75c4044b7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -81,7 +81,6 @@ add_library(freertos_kernel_port STATIC
# ARMv6-M / Cortex-M0 Raspberry PI RP2040 port for GCC
$<$<STREQUAL:${FREERTOS_PORT},GCC_RP2040>:
ThirdParty/GCC/RP2040/idle_task_static_memory.c
ThirdParty/GCC/RP2040/port.c>
# ARMv7-M ports for GCC

Loading…
Cancel
Save