Fixed comment.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15750 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
11c7c2bf2a
commit
9973422f43
|
@ -822,7 +822,7 @@ void sio_lld_serve_interrupt(SIODriver *siop) {
|
||||||
isr = u->ISR;
|
isr = u->ISR;
|
||||||
if (isr != 0U) {
|
if (isr != 0U) {
|
||||||
|
|
||||||
/* Error events handled as a group, except ORE.*/
|
/* Error events handled as a group.*/
|
||||||
if ((isr & (USART_ISR_LBDF | USART_ISR_NE | USART_ISR_FE |
|
if ((isr & (USART_ISR_LBDF | USART_ISR_NE | USART_ISR_FE |
|
||||||
USART_ISR_PE | USART_ISR_ORE)) != 0U) {
|
USART_ISR_PE | USART_ISR_ORE)) != 0U) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue