mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Removed the nonsensical parameter from the traceTASK_CREATE_FAILED() macro in tasks.c.
This commit is contained in:
parent
5347d4fa8f
commit
14dbfbb861
|
@ -513,7 +513,7 @@ tskTCB * pxNewTCB;
|
|||
else
|
||||
{
|
||||
xReturn = errCOULD_NOT_ALLOCATE_REQUIRED_MEMORY;
|
||||
traceTASK_CREATE_FAILED( pxNewTCB );
|
||||
traceTASK_CREATE_FAILED();
|
||||
}
|
||||
|
||||
if( xReturn == pdPASS )
|
||||
|
|
Loading…
Reference in a new issue