Skip to content

Commit

Permalink
add a missing comma (FreeRTOS#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrunner authored Mar 29, 2023
1 parent 68f1053 commit 1b8a424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/task.h
Original file line number Diff line number Diff line change
Expand Up @@ -1664,7 +1664,7 @@ configSTACK_DEPTH_TYPE uxTaskGetStackHighWaterMark2( TaskHandle_t xTask ) PRIVIL
/**
* task.h
* @code{c}
* void vApplicationStackOverflowHook( TaskHandle_t xTask char *pcTaskName);
* void vApplicationStackOverflowHook( TaskHandle_t xTask, char *pcTaskName);
* @endcode
*
* The application stack overflow hook is called when a stack overflow is detected for a task.
Expand Down

0 comments on commit 1b8a424

Please sign in to comment.