提交 1f3ea02c 编写于 作者: B bernard

[Kernel] Use stream mode to open console device.

上级 6045b3a0
......@@ -1073,7 +1073,7 @@ rt_device_t rt_console_set_device(const char *name)
/* set new console device */
_console_device = new;
rt_device_open(_console_device, RT_DEVICE_OFLAG_RDWR);
rt_device_open(_console_device, RT_DEVICE_OFLAG_RDWR | RT_DEVICE_FLAG_STREAM);
}
return old;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册