Update arch/arm/src/stm32l5/stm32l5_serial.c

Co-authored-by: saramonteiro <saramonteirosouza44@gmail.com>
This commit is contained in:
hartmannathan 2021-07-25 11:11:22 -04:00 committed by Gustavo Henrique Nihei
parent f617c27a8c
commit bb5f302361

View file

@ -1797,7 +1797,7 @@ static int stm32l5serial_interrupt(int irq, FAR void *context, FAR void *arg)
*
* NOTE: Some of these status bits must be cleared by explicitly
* writing one to the ICR register: USART_ICR_CTSCF, USART_ICR_LBDCF.
* Note of those are currently being used.
* None of those are currently being used.
*/
#ifdef HAVE_RS485