1
0
mirror of https://github.com/FreeRTOS/FreeRTOS.git synced 2025-07-22 13:00:21 +08:00
Richard Barry
2008-10-29 10:11:22 +00:00
parent b6e93f2e42
commit 03acab14b2

@ -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 )
{