Explorar el Código

[drivers/serial]modify annotation

Signed-off-by: WillianChan <chentingwei@rt-thread.com>
WillianChan hace 5 años
padre
commit
c6b4c2ea2b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      components/drivers/serial/serial.c

+ 1 - 1
components/drivers/serial/serial.c

@@ -23,7 +23,7 @@
  *                             add TCFLSH and FIONREAD support.
  * 2018-12-08     Ernest Chen  add DMA choice
  * 2020-09-14     WillianChan  add a line feed to the carriage return character
-                               when using interrupt tx
+ *                             when using interrupt tx
  */
 
 #include <rthw.h>