bugfix(pthread): fixed log related warning

This commit is contained in:
Zim Kalinowski
2023-07-19 15:51:40 +08:00
parent 4dcab6c2ed
commit 1f3aec2e67

View File

@@ -442,7 +442,7 @@ void pthread_exit(void *value_ptr)
}
}
ESP_LOGD(TAG, "Task stk_wm = %d", uxTaskGetStackHighWaterMark(NULL));
ESP_LOGD(TAG, "Task stk_wm = %d", (int)uxTaskGetStackHighWaterMark(NULL));
xSemaphoreGive(s_threads_mux);
// note: if this thread is joinable then after giving back s_threads_mux