Fix code formatting

This commit is contained in:
Jean-François Milants
2023-04-09 10:46:55 +02:00
committed by JF
parent e038703efe
commit 8abfd25a6c
3 changed files with 3 additions and 4 deletions

View File

@@ -152,7 +152,7 @@ void vApplicationMallocFailedHook() {
mallocFailedCount++;
}
void vApplicationStackOverflowHook(TaskHandle_t /*xTask*/, char */*pcTaskName*/) {
void vApplicationStackOverflowHook(TaskHandle_t /*xTask*/, char* /*pcTaskName*/) {
stackOverflowCount++;
}
}