mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-07-22 13:00:21 +08:00
Fix
https://sourceforge.net/tracker/index.php?func=detail&aid=2194064&group_id=111543&atid=659633
This commit is contained in:
@ -1832,7 +1832,7 @@ tskTCB *pxNewTCB;
|
||||
#endif
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
#if ( INCLUDE_uxTaskGetStackHighWaterMark == 1 )
|
||||
#if ( ( configUSE_TRACE_FACILITY == 1 ) || ( INCLUDE_uxTaskGetStackHighWaterMark == 1 ) )
|
||||
|
||||
unsigned portSHORT usTaskCheckFreeStackSpace( const unsigned portCHAR * pucStackByte )
|
||||
{
|
||||
|
Reference in New Issue
Block a user