mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 04:13:54 -04:00
Change 'signed char *pcTaskName) to 'char *pcTaskName' in vApplicationStackOverflowHook().
This commit is contained in:
parent
3517bbdcce
commit
f292243dcf
85 changed files with 112 additions and 112 deletions
|
@ -982,7 +982,7 @@ portBASE_TYPE xDummy;
|
|||
}
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
void vApplicationStackOverflowHook( xTaskHandle pxTask, signed char *pcTaskName )
|
||||
void vApplicationStackOverflowHook( xTaskHandle pxTask, 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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue