From fc0e00b0284aec079eaaa8b76cc1ca217e9b2cec Mon Sep 17 00:00:00 2001 From: David Lin Date: Thu, 18 Jun 2020 12:32:12 +0800 Subject: [PATCH] Update tos_priority_mail_queue.h --- kernel/core/include/tos_priority_mail_queue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/core/include/tos_priority_mail_queue.h b/kernel/core/include/tos_priority_mail_queue.h index d56ac0d5..9d669202 100644 --- a/kernel/core/include/tos_priority_mail_queue.h +++ b/kernel/core/include/tos_priority_mail_queue.h @@ -159,9 +159,9 @@ __API__ k_err_t tos_prio_mail_q_post(k_prio_mail_q_t *prio_mail_q, void *mail_bu */ __API__ k_err_t tos_prio_mail_q_post_all(k_prio_mail_q_t *prio_mail_q, void *mail_buf, size_t mail_size, k_prio_t prio); -#endif +#endif /* TOS_CFG_PRIORITY_MAIL_QUEUE_EN */ __CDECLS_END -#endif /* TOS_CFG_PRIORITY_MAIL_QUEUE_EN */ +#endif /* _TOS_PRIORITY_MAIL_QUEUE_H_ */