Fix code formatting
This commit is contained in:
parent
e038703efe
commit
8abfd25a6c
3 changed files with 3 additions and 4 deletions
|
|
@ -152,7 +152,7 @@ void vApplicationMallocFailedHook() {
|
|||
mallocFailedCount++;
|
||||
}
|
||||
|
||||
void vApplicationStackOverflowHook(TaskHandle_t /*xTask*/, char */*pcTaskName*/) {
|
||||
void vApplicationStackOverflowHook(TaskHandle_t /*xTask*/, char* /*pcTaskName*/) {
|
||||
stackOverflowCount++;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue