mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-07-04 11:27:16 -04:00
Trigger CI checks
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
parent
f515c5cc99
commit
fa902e6f60
|
@ -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 \
|
||||
{ \
|
||||
|
|
Loading…
Reference in a new issue