提交 46ac352f 编写于 作者: M Mike Frysinger

Blackfin: do not delay on output bytes

Signed-off-by: NMike Frysinger <vapier@gentoo.org>
上级 dbc6ab9f
......@@ -115,10 +115,6 @@ void serial_putc(const char c)
SSYNC();
WATCHDOG_RESET();
/* wait for the byte to be shifted over the line */
while (!(uart_lsr_read() & TEMT))
continue;
}
int serial_tstc(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册