提交 bb5f57f9 编写于 作者: B Bernard Xiong

Merge pull request #574 from winfeng/patch-1

[bsp] Update uart.c in lpc176x bsp.
......@@ -89,6 +89,9 @@ void UART0_IRQHandler(void)
uart->parent.rx_indicate(&uart->parent, length);
}
}else if(iir == IIR_RLS)
{
iir = LPC_Uart->LSR; //oe pe fe oe read for clear interrupt
}
return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册