提交 1deaa8fe 编写于 作者: O ousugo

Update annotation format

上级 2c2a1fe6
...@@ -188,7 +188,7 @@ RTM_EXPORT(rt_data_queue_push); ...@@ -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 * @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. * 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. * wake up the thread waiting for write data.
* *
* @param queue is a pointer to a data queue object. * @param queue is a pointer to a data queue object.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册