未验证 提交 9834fd85 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #2122 from dogandog/patch-4

Update rtservice.h
...@@ -24,7 +24,7 @@ extern "C" { ...@@ -24,7 +24,7 @@ extern "C" {
* @addtogroup KernelService * @addtogroup KernelService
*/ */
/*@{*/ /**@{*/
/** /**
* rt_container_of - return the member address of ptr, if the type of ptr is the * rt_container_of - return the member address of ptr, if the type of ptr is the
...@@ -306,7 +306,7 @@ rt_inline int rt_slist_isempty(rt_slist_t *l) ...@@ -306,7 +306,7 @@ rt_inline int rt_slist_isempty(rt_slist_t *l)
#define rt_slist_tail_entry(ptr, type, member) \ #define rt_slist_tail_entry(ptr, type, member) \
rt_slist_entry(rt_slist_tail(ptr), type, member) rt_slist_entry(rt_slist_tail(ptr), type, member)
/*@}*/ /**@}*/
#ifdef __cplusplus #ifdef __cplusplus
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册