Browse Source

[drivers/serial]modify annotation

Signed-off-by: WillianChan <chentingwei@rt-thread.com>
WillianChan 4 years ago
parent
commit
c6b4c2ea2b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/drivers/serial/serial.c

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

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