From: richardbarry Date: Wed, 8 Dec 2010 20:25:24 +0000 (+0000) Subject: Removed the nonsensical parameter from the traceTASK_CREATE_FAILED() macro in tasks.c. X-Git-Tag: V6.1.1~86 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2b81cf2bf80fc0121a3b52a1d09e9f71c264eb9c;p=freertos Removed the nonsensical parameter from the traceTASK_CREATE_FAILED() macro in tasks.c. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1171 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Source/include/FreeRTOS.h b/Source/include/FreeRTOS.h index 5541304df..6a4097cc7 100644 --- a/Source/include/FreeRTOS.h +++ b/Source/include/FreeRTOS.h @@ -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