mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-06-04 03:19:04 -04:00
Removed the nonsensical parameter from the traceTASK_CREATE_FAILED() macro in tasks.c.
This commit is contained in:
parent
dc8f964534
commit
71fd1adbad
|
@ -345,7 +345,7 @@ typedef portBASE_TYPE (*pdTASK_HOOK_CODE)( void * );
|
|||
#endif
|
||||
|
||||
#ifndef traceTASK_CREATE_FAILED
|
||||
#define traceTASK_CREATE_FAILED( pxNewTCB )
|
||||
#define traceTASK_CREATE_FAILED()
|
||||
#endif
|
||||
|
||||
#ifndef traceTASK_DELETE
|
||||
|
|
Loading…
Reference in a new issue