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:
Giovanni Di Sirio 2022-09-02 12:02:32 +00:00
parent 11c7c2bf2a
commit 9973422f43
1 changed files with 1 additions and 1 deletions

View File

@ -822,7 +822,7 @@ void sio_lld_serve_interrupt(SIODriver *siop) {
isr = u->ISR;
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 |
USART_ISR_PE | USART_ISR_ORE)) != 0U) {