• I
    [DeviceDriver] stm32: Remove explicity clear of RXNE flag · ced7d5a3
    ItsEddy 提交于
    According to STM32 Manual, the USART RXNE flag will be clear automatically after
    read to the USART_DR register[1], so the call to USART_ClearITPendingBit is
    unnecessary.
    
    [1]: See RM0090 Reference Manual p.992, Bit 5
    ced7d5a3
usart.c 10.2 KB