Updated a log trace to be more meaningful
This commit is contained in:
parent
f8dace1dc1
commit
4c1f1e168a
@ -39,7 +39,7 @@ void user_task_main(void *param)
|
|||||||
{
|
{
|
||||||
UBaseType_t writtenSize = vTaskList((char *)buf, 800);
|
UBaseType_t writtenSize = vTaskList((char *)buf, 800);
|
||||||
APP_LOG_INFO("Available RAM (bytes)/Total RAM (bytes) : %u/%u"NEW_LINE
|
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
|
"Reset reason : %d"NEW_LINE
|
||||||
"Clk : apb(%u), cpu(%u), wlan(%u)"NEW_LINE
|
"Clk : apb(%u), cpu(%u), wlan(%u)"NEW_LINE
|
||||||
"Tasks (%lu) :"NEW_LINE,
|
"Tasks (%lu) :"NEW_LINE,
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user