nuttx/include: fix list.h type error
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
This commit is contained in:
parent
ad1098d413
commit
cdabac7ab1
@ -60,7 +60,7 @@
|
||||
#define list_remove_tail_type(list, type, element) (\
|
||||
{\
|
||||
FAR struct list_node *__nod = list_remove_tail(list);\
|
||||
FAR ype *__t;\
|
||||
FAR type *__t;\
|
||||
\
|
||||
if(__nod)\
|
||||
{\
|
||||
|
Loading…
Reference in New Issue
Block a user