From 1deaa8fe50949580aaba53df3f8f0b07e259e879 Mon Sep 17 00:00:00 2001 From: ousugo Date: Wed, 24 Nov 2021 14:19:25 +0800 Subject: [PATCH] Update annotation format --- components/drivers/src/dataqueue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/drivers/src/dataqueue.c b/components/drivers/src/dataqueue.c index fcaa8f379..d13378a50 100644 --- a/components/drivers/src/dataqueue.c +++ b/components/drivers/src/dataqueue.c @@ -188,7 +188,7 @@ RTM_EXPORT(rt_data_queue_push); * @brief This function will pop data from the data queue. If the data queue is empty,the thread * will suspend for the specified amount of time. * - * @note when the number of data in the data queue is less than lwm(low water mark),will + * @note when the number of data in the data queue is less than lwm(low water mark), will * wake up the thread waiting for write data. * * @param queue is a pointer to a data queue object. -- GitLab