未验证 提交 9e8c5033 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #2694 from armink/fix_ulog

[components][ulog] Make the asynchronous log output more timely.
......@@ -1187,6 +1187,8 @@ void ulog_async_waiting_log(rt_int32_t time)
static void async_output_thread_entry(void *param)
{
ulog_async_output();
while (1)
{
ulog_async_waiting_log(RT_WAITING_FOREVER);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册