Fix code formatting
This commit is contained in:
committed by
JF
parent
e038703efe
commit
8abfd25a6c
@@ -152,7 +152,7 @@ void vApplicationMallocFailedHook() {
|
||||
mallocFailedCount++;
|
||||
}
|
||||
|
||||
void vApplicationStackOverflowHook(TaskHandle_t /*xTask*/, char */*pcTaskName*/) {
|
||||
void vApplicationStackOverflowHook(TaskHandle_t /*xTask*/, char* /*pcTaskName*/) {
|
||||
stackOverflowCount++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user