We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c2a1fe commit 1deaa8fCopy full SHA for 1deaa8f
components/drivers/src/dataqueue.c
@@ -188,7 +188,7 @@ RTM_EXPORT(rt_data_queue_push);
188
* @brief This function will pop data from the data queue. If the data queue is empty,the thread
189
* will suspend for the specified amount of time.
190
*
191
- * @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
192
* wake up the thread waiting for write data.
193
194
* @param queue is a pointer to a data queue object.
0 commit comments