提交 5cc877fa 编写于 作者: B bernard.xiong@gmail.com

fixed compiling warning.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2040 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 12b5deca
......@@ -74,7 +74,7 @@ void rt_console_init(const char* device_name)
console->parent.close = console_close;
console->parent.read = console_read;
console->parent.write = console_write;
console->parent.control = RT_NULL;
console->parent.control = console_control;
console->parent.user_data = RT_NULL;
console->device = device;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册