Merge pull request #2122 from dogandog/patch-4

Update rtservice.h
This commit is contained in:
Bernard Xiong 2018-12-26 13:03:43 +08:00 committed by GitHub
commit 9834fd858c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ extern "C" {
* @addtogroup KernelService
*/
/*@{*/
/**@{*/
/**
* 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)
#define rt_slist_tail_entry(ptr, type, member) \
rt_slist_entry(rt_slist_tail(ptr), type, member)
/*@}*/
/**@}*/
#ifdef __cplusplus
}