Correct the prototype of the function call vApplicationStackOverflowHook().

This commit is contained in:
Richard Barry 2011-12-02 19:13:33 +00:00
parent c92a2fe47e
commit 93e72e5036
52 changed files with 66 additions and 63 deletions

View file

@ -879,7 +879,7 @@ portBASE_TYPE xDummy;
}
/*-----------------------------------------------------------*/
void vApplicationStackOverflowHook( xTaskHandle *pxTask, signed char *pcTaskName )
void vApplicationStackOverflowHook( xTaskHandle pxTask, signed char *pcTaskName )
{
/* If configCHECK_FOR_STACK_OVERFLOW is set to either 1 or 2 then this
function will automatically get called if a task overflows its stack. */