Update tos_priority_mail_queue.h

Delete unused note
This commit is contained in:
David Lin
2020-06-10 23:52:51 +08:00
committed by GitHub
parent c701a77ff2
commit 111bc1d552

View File

@@ -67,7 +67,6 @@ __API__ k_err_t tos_prio_mail_q_destroy(k_prio_mail_q_t *prio_mail_q);
* @attention a MAIL is a buffer with a certain size.
*
* @param[in] prio_mail_q pointer to the handler of the priority mail queue.
* @param[in] pool pool buffer of the priority mail queue.
* @param[in] mail_cnt mail count of the priority mail queue.
* @param[in] mail_size size of each mail in the priority mail queue.
*