mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-11 00:27:45 -04:00
Compare commits
2 commits
723b072b75
...
43b6efe440
Author | SHA1 | Date | |
---|---|---|---|
|
43b6efe440 | ||
|
fa902e6f60 |
1 changed files with 12 additions and 12 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue