mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
add a missing comma (#651)
This commit is contained in:
parent
68f105375f
commit
1b8a4244bd
|
@ -1664,7 +1664,7 @@ configSTACK_DEPTH_TYPE uxTaskGetStackHighWaterMark2( TaskHandle_t xTask ) PRIVIL
|
||||||
/**
|
/**
|
||||||
* task.h
|
* task.h
|
||||||
* @code{c}
|
* @code{c}
|
||||||
* void vApplicationStackOverflowHook( TaskHandle_t xTask char *pcTaskName);
|
* void vApplicationStackOverflowHook( TaskHandle_t xTask, char *pcTaskName);
|
||||||
* @endcode
|
* @endcode
|
||||||
*
|
*
|
||||||
* The application stack overflow hook is called when a stack overflow is detected for a task.
|
* The application stack overflow hook is called when a stack overflow is detected for a task.
|
||||||
|
|
Loading…
Reference in a new issue