mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 17:03:30 +08:00
Merge pull request #574 from winfeng/patch-1
[bsp] Update uart.c in lpc176x bsp.
This commit is contained in:
commit
bb5f57f91c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user