aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2023-04-09 10:46:55 +0200
committerJF <JF002@users.noreply.github.com>2023-05-18 19:58:09 +0200
commit8abfd25a6cc500c5d7849cb39469b7763964d319 (patch)
tree22ea98dc3ce332269ed64566b665c74a1f8b6a35 /src/main.cpp
parente038703efe134b3f6162051734f0df2d8bc6bb4d (diff)
Fix code formatting
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
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++;
}
}