Files
FreeRTOS-Kernel/queue.c
hanzhijian 950ab4ff91 Fix incorrect #endif preprocessor comments in croutine.c and queue.c
croutine.c: #if condition is ( configUSE_CO_ROUTINES != 0 ) but the
#endif comment incorrectly said == 0, reversing the logic.

queue.c: #if condition is ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
but the #endif comment incorrectly said configSUPPORT_STATIC_ALLOCATION,
naming the wrong configuration option.

These are purely cosmetic comment fixes with zero runtime impact.

Signed-off-by: hanzhijian <hanzhijian@zepp.com>
2026-06-12 11:23:18 -07:00

127 KiB