]> begriffs open source - freertos/commit
fix(freertos): Correct taskRESERVED_TASK_NAME_LENGTH macro definition (#1241)
authorSudeep Mohanty <91244425+sudeep-mohanty@users.noreply.github.com>
Mon, 10 Feb 2025 08:17:36 +0000 (09:17 +0100)
committerGitHub <noreply@github.com>
Mon, 10 Feb 2025 08:17:36 +0000 (13:47 +0530)
commitfbaeba352ec22a088b7f88a67430f7c03409e81a
tree0f735624df60fca365f423de60965732ecf48650
parenta470b2d3755b5aaad71f4fdae0ca4a8361b4303a
fix(freertos): Correct taskRESERVED_TASK_NAME_LENGTH macro definition (#1241)

This commit updates the definition of taskRESERVED_TASK_NAME_LENGTH in
tasks.c to fix an unreachable preprocessor condition.

Signed-off-by: Sudeep Mohanty <sudeep.mohanty@espressif.com>
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
tasks.c