Skip to content

Commit 1b8a424

Browse files
authored
add a missing comma (#651)
1 parent 68f1053 commit 1b8a424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/task.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1664,7 +1664,7 @@ configSTACK_DEPTH_TYPE uxTaskGetStackHighWaterMark2( TaskHandle_t xTask ) PRIVIL
16641664
/**
16651665
* task.h
16661666
* @code{c}
1667-
* void vApplicationStackOverflowHook( TaskHandle_t xTask char *pcTaskName);
1667+
* void vApplicationStackOverflowHook( TaskHandle_t xTask, char *pcTaskName);
16681668
* @endcode
16691669
*
16701670
* The application stack overflow hook is called when a stack overflow is detected for a task.

0 commit comments

Comments
 (0)