Merge pull request #174 from DavidLin1577/patch-2

Update tos_priority_message_queue.h
This commit is contained in:
Arthur 2020-06-11 11:34:46 +08:00 committed by GitHub
commit de463ca55e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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