You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(freertos): Fix definition of the taskRESERVED_TASK_NAME_LENGTH macro
This commit updates the definition of taskRESERVED_TASK_NAME_LENGTH in
tasks.c to remove the nesting of the condition #if ( configNUMBER_OF_CORES > 9 )
from within the condition for #elif ( configNUMBER_OF_CORES > 1 ).
Signed-off-by: Sudeep Mohanty <sudeep.mohanty@espressif.com>
0 commit comments