From c6b4c2ea2b42711be7958cc640ded1024366fb36 Mon Sep 17 00:00:00 2001 From: WillianChan Date: Mon, 14 Sep 2020 17:20:27 +0800 Subject: [PATCH] [drivers/serial]modify annotation Signed-off-by: WillianChan --- components/drivers/serial/serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/drivers/serial/serial.c b/components/drivers/serial/serial.c index 19c499258a..65c6c46f2c 100644 --- a/components/drivers/serial/serial.c +++ b/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