Compare commits

...

2 commits

Author SHA1 Message Date
Matth9814 43b6efe440
Merge fa902e6f60 into d03233f209 2025-04-30 06:11:45 +00:00
Gaurav Aggarwal fa902e6f60 Trigger CI checks
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
2025-04-30 06:11:22 +00:00

View file

@ -68,7 +68,7 @@
#if ( configNUMBER_OF_CORES == 1 )
/* Only the current stack state is to be checked. */
/* Only the current stack state is to be checked. */
#define taskCHECK_FOR_STACK_OVERFLOW() \
do \
{ \
@ -82,7 +82,7 @@
#else /* if ( configNUMBER_OF_CORES == 1 ) */
/* Only the current stack state is to be checked. */
/* Only the current stack state is to be checked. */
#define taskCHECK_FOR_STACK_OVERFLOW( xCoreID ) \
do \
{ \
@ -105,7 +105,7 @@
#if ( configNUMBER_OF_CORES == 1 )
/* Only the current stack state is to be checked. */
/* Only the current stack state is to be checked. */
#define taskCHECK_FOR_STACK_OVERFLOW() \
do \
{ \
@ -119,7 +119,7 @@
#else /* if ( configNUMBER_OF_CORES == 1 ) */
/* Only the current stack state is to be checked. */
/* Only the current stack state is to be checked. */
#define taskCHECK_FOR_STACK_OVERFLOW( xCoreID ) \
do \
{ \