From 8abfd25a6cc500c5d7849cb39469b7763964d319 Mon Sep 17 00:00:00 2001 From: Jean-François Milants Date: Sun, 9 Apr 2023 10:46:55 +0200 Subject: Fix code formatting --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 889d3934..aa98de3f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -152,7 +152,7 @@ void vApplicationMallocFailedHook() { mallocFailedCount++; } -void vApplicationStackOverflowHook(TaskHandle_t /*xTask*/, char */*pcTaskName*/) { +void vApplicationStackOverflowHook(TaskHandle_t /*xTask*/, char* /*pcTaskName*/) { stackOverflowCount++; } } -- cgit v1.2.3-70-g09d2