SAM3/4 serial: Same supersitituous change as for SAMA5

This commit is contained in:
Gregory Nutt
2013-10-26 16:17:07 -06:00
parent ba6fe788ea
commit c534eb262e
+1 -2
View File
@@ -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