mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-29 05:17:43 +08:00
Removed the nonsensical parameter from the traceTASK_CREATE_FAILED() macro in tasks.c.
This commit is contained in:
@ -345,7 +345,7 @@ typedef portBASE_TYPE (*pdTASK_HOOK_CODE)( void * );
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef traceTASK_CREATE_FAILED
|
#ifndef traceTASK_CREATE_FAILED
|
||||||
#define traceTASK_CREATE_FAILED( pxNewTCB )
|
#define traceTASK_CREATE_FAILED()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef traceTASK_DELETE
|
#ifndef traceTASK_DELETE
|
||||||
|
Reference in New Issue
Block a user