Skip to content
Snippets Groups Projects
Commit c534eb26 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

SAM3/4 serial: Same supersitituous change as for SAMA5

parent ba6fe788
No related branches found
No related tags found
No related merge requests found
......@@ -1081,13 +1081,12 @@ static void up_txint(struct uart_dev_s *dev, bool enable)
#ifndef CONFIG_SUPPRESS_SERIAL_INTS
up_serialout(priv, SAM_UART_IER_OFFSET, UART_INT_TXRDY);
# if 0 /* Seems to be unnecessary */
/* Fake a TX interrupt here by just calling uart_xmitchars() with
* interrupts disabled (note this may recurse).
*/
uart_xmitchars(dev);
# endif
#endif
}
else
......
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