Merge pull request #796 from Du-Chao/freertos_log
Improve a debug log in freertos_update_threads()
This commit is contained in:
commit
9cafc75678
|
@ -590,7 +590,7 @@ static int freertos_update_threads(struct rtos *rtos)
|
|||
return retval;
|
||||
}
|
||||
LOG_DEBUG("FreeRTOS: Read thread count for list %u at 0x%" PRIx64 ", value %" PRIu64,
|
||||
i, list_of_lists[i], list_thread_count);
|
||||
i, list_of_lists[i] + freertos->list_uxNumberOfItems_offset, list_thread_count);
|
||||
|
||||
if (list_thread_count == 0)
|
||||
continue;
|
||||
|
|
Loading…
Reference in New Issue