mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 12:33:27 +08:00
nuttx/include: fix list.h type error
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
This commit is contained in:
committed by
Petro Karashchenko
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)\
|
||||
{\
|
||||
|
||||
Reference in New Issue
Block a user