We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 764cbda commit 712223fCopy full SHA for 712223f
src/boards/SAMD21/FreeRTOSVariant.cpp
@@ -46,7 +46,7 @@ extern "C"
46
// called on full stack
47
void vApplicationStackOverflowHook(TaskHandle_t xTask, char *pcTaskName)
48
{
49
-
+ (void)xTask;
50
Serial.print("Stack Overflow: ");
51
Serial.println(pcTaskName);
52
src/boards/SAMD51/FreeRTOSVariant.cpp
@@ -47,7 +47,7 @@ extern "C"
53
0 commit comments