From 6be5884938f26d080cef12b7b55c79c30c88fb2d Mon Sep 17 00:00:00 2001 From: David Lin Date: Sun, 7 Jun 2020 23:50:42 +0800 Subject: [PATCH] Update tos_priority_queue.h --- kernel/core/include/tos_priority_queue.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/kernel/core/include/tos_priority_queue.h b/kernel/core/include/tos_priority_queue.h index 4c75ebc1..729cc841 100644 --- a/kernel/core/include/tos_priority_queue.h +++ b/kernel/core/include/tos_priority_queue.h @@ -106,8 +106,6 @@ __API__ k_err_t tos_prio_q_destroy(k_prio_q_t *prio_q); * @attention if we wanna create a priority queue, we should offer a manager array buffer of which the size can be calculated by TOS_PRIO_Q_MGR_ARRAY_SIZE. * * @param[in] prio_q pointer to the handler of the priority queue. - * @param[in] mgr_array manager array buffer of the priority queue. - * @param[in] pool pool buffer of the priority queue. * @param[in] item_cnt item count of the priority queue. * @param[in] item_size size of each item of the priority queue. *