diff options
| author | Jean-François Milants <jf@codingfield.com> | 2023-04-09 10:46:55 +0200 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2023-05-18 19:58:09 +0200 |
| commit | 8abfd25a6cc500c5d7849cb39469b7763964d319 (patch) | |
| tree | 22ea98dc3ce332269ed64566b665c74a1f8b6a35 /src/recoveryLoader.cpp | |
| parent | e038703efe134b3f6162051734f0df2d8bc6bb4d (diff) | |
Fix code formatting
Diffstat (limited to 'src/recoveryLoader.cpp')
| -rw-r--r-- | src/recoveryLoader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/recoveryLoader.cpp b/src/recoveryLoader.cpp index 0a4aa622..cb44065c 100644 --- a/src/recoveryLoader.cpp +++ b/src/recoveryLoader.cpp @@ -146,7 +146,7 @@ void vApplicationMallocFailedHook() { mallocFailedCount++; } -void vApplicationStackOverflowHook(TaskHandle_t /*xTask*/, char */*pcTaskName*/) { +void vApplicationStackOverflowHook(TaskHandle_t /*xTask*/, char* /*pcTaskName*/) { stackOverflowCount++; } } |
