提交 8a73dc1b 编写于 作者: W winfeng

Update uart.c

iir = LPC_Uart->LSR;	//oe pe fe oe read for clear interrupt
上级 78193f3c
......@@ -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.
先完成此消息的编辑!
想要评论请 注册