Update tos_priority_message_queue.h

Delete unused note.
This commit is contained in:
David Lin
2020-06-10 23:58:00 +08:00
committed by GitHub
parent c701a77ff2
commit 5abf9ad6fe

View File

@@ -66,7 +66,6 @@ __API__ k_err_t tos_prio_msg_q_destroy(k_prio_msg_q_t *prio_msg_q);
* @attention a MESSAGE is a "void *" pointer.
*
* @param[in] prio_msg_q pointer to the handler of the priority message queue.
* @param[in] pool pool buffer of the priority message queue.
* @param[in] msg_cnt message count of the priority message queue.
*
* @return errcode