Skip to content

Commit 299b3fd

Browse files
committed
fix(release): testing release .bin generatos
1 parent 23d0a7b commit 299b3fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

firmware_p4/components/Core/kernel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ void safeguard_alert(const char* title, const char* message) {
107107
}
108108

109109
void vApplicationStackOverflowHook(TaskHandle_t xTask, char *pcTaskName) {
110-
ESP_LOGE(TAG, "!!! CRITICAL STACK OVERFLOW DETECTED !!!");
110+
ESP_LOGE(TAG, "!!! CRITICAL STACKK OVERFLOW DETECTED !!!");
111111
ESP_LOGE(TAG, "Task Name: [%s]", pcTaskName);
112112
ESP_LOGE(TAG, "Task attempted to use more memory than was allocated.");
113113
}

0 commit comments

Comments
 (0)