mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-03-21 06:02:18 +01:00
* Fix circular dependency in cmake project Fix for https://github.com/FreeRTOS/FreeRTOS-Kernel/issues/687 In order for custom ports to also break the cycle, they must link against freertos_kernel_include instead of freertos_kernel. * Simplify include path