提交 ee3d05f5 编写于 作者: W WillianChan

[drivers/serial]resolve compile error

Signed-off-by: NWillianChan <chentingwei@rt-thread.com>
上级 c6b4c2ea
......@@ -328,6 +328,7 @@ rt_inline int _serial_int_tx(struct rt_serial_device *serial, const rt_uint8_t *
rt_completion_wait(&(tx->completion), RT_WAITING_FOREVER);
continue;
}
}
if (serial->ops->putc(serial, *(char*)data) == -1)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册