We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d0a7b commit 299b3fdCopy full SHA for 299b3fd
1 file changed
firmware_p4/components/Core/kernel.c
@@ -107,7 +107,7 @@ void safeguard_alert(const char* title, const char* message) {
107
}
108
109
void vApplicationStackOverflowHook(TaskHandle_t xTask, char *pcTaskName) {
110
- ESP_LOGE(TAG, "!!! CRITICAL STACK OVERFLOW DETECTED !!!");
+ ESP_LOGE(TAG, "!!! CRITICAL STACKK OVERFLOW DETECTED !!!");
111
ESP_LOGE(TAG, "Task Name: [%s]", pcTaskName);
112
ESP_LOGE(TAG, "Task attempted to use more memory than was allocated.");
113
0 commit comments