mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-11 00:27:45 -04:00
Fix tests
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
parent
90d8db53c2
commit
b357697110
1 changed files with 5 additions and 1 deletions
|
@ -238,7 +238,11 @@
|
|||
|
||||
/* Remove stack overflow macro if not being used. */
|
||||
#ifndef taskCHECK_FOR_STACK_OVERFLOW
|
||||
#define taskCHECK_FOR_STACK_OVERFLOW()
|
||||
#if ( configNUMBER_OF_CORES == 1 )
|
||||
#define taskCHECK_FOR_STACK_OVERFLOW()
|
||||
#else
|
||||
#define taskCHECK_FOR_STACK_OVERFLOW( xCoreID )
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue