Updated a log trace to be more meaningful

This commit is contained in:
anschrammh 2023-03-24 15:22:15 +01:00
parent f8dace1dc1
commit 4c1f1e168a
3 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ void user_task_main(void *param)
{
UBaseType_t writtenSize = vTaskList((char *)buf, 800);
APP_LOG_INFO("Available RAM (bytes)/Total RAM (bytes) : %u/%u"NEW_LINE
"FreeRTOS heap : %u/%u byte(s)"NEW_LINE
"FreeRTOS free heap/total heap : %u/%u byte(s)"NEW_LINE
"Reset reason : %d"NEW_LINE
"Clk : apb(%u), cpu(%u), wlan(%u)"NEW_LINE
"Tasks (%lu) :"NEW_LINE,