Skip to content
Snippets Groups Projects
Commit 46ac352f authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: do not delay on output bytes

parent dbc6ab9f
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment