From 2ef0d40aff71d6cd8fee7af6babca689aae621a2 Mon Sep 17 00:00:00 2001 From: ousugo Date: Wed, 24 Nov 2021 21:59:37 +0800 Subject: [PATCH] Fix space --- 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 c23c34b484..1f7971a367 100644 --- a/components/drivers/src/dataqueue.c +++ b/components/drivers/src/dataqueue.c @@ -22,7 +22,7 @@ struct rt_data_item }; /** - * @brief This function will initialize the data queue.Calling this function will + * @brief This function will initialize the data queue. Calling this function will * initialize the data queue control block and set the notification callback function. * * @param queue is a pointer to the data queue object.