Merge remote-tracking branch 'origin/master' into ipv6

This commit is contained in:
Gregory Nutt 2015-01-20 18:16:28 -06:00
commit 2653b412c9

View File

@ -106,7 +106,7 @@ static bool usart1_txempty(struct uart_dev_s *dev);
****************************************************************************/
struct uart_ops_s g_uart1_ops =
{O
{
.setup = usart1_setup,
.shutdown = usart1_shutdown,
.attach = usart1_attach,