From 48a7d23c20fba206fea121b9701ec2433abe6406 Mon Sep 17 00:00:00 2001 From: David Lin Date: Sun, 7 Jun 2020 23:31:16 +0800 Subject: [PATCH] Update tos_completion.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除多余参数注释 --- kernel/core/include/tos_completion.h | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/core/include/tos_completion.h b/kernel/core/include/tos_completion.h index bbaae49a..dac660f2 100644 --- a/kernel/core/include/tos_completion.h +++ b/kernel/core/include/tos_completion.h @@ -83,7 +83,6 @@ __API__ k_err_t tos_completion_pend_timed(k_completion_t *completion, k_tick_t t * @attention None * * @param[in] completion pointer to the handler of the completion. - * @param[in] timeout how much time(in k_tick_t) we would like to wait. * * @return errcode * @retval #K_ERR_PEND_SCHED_LOCKED we can wait, but scheduler is locked.