X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=inline;f=bertos%2Fstruct%2Flist.h;h=f9dc9294a75dbf545ce07c7d233f3af38e3524ee;hb=112e4b3e452a74564698d4b6dbc020532c200dc8;hp=62abdc4a83f8bd3a6c319f470a355b061ec05ed3;hpb=fdc5aa1653976ab015f72373711d3364d8de4d74;p=bertos.git diff --git a/bertos/struct/list.h b/bertos/struct/list.h index 62abdc4a..f9dc9294 100644 --- a/bertos/struct/list.h +++ b/bertos/struct/list.h @@ -216,6 +216,7 @@ typedef struct _PriNode #define INVALIDATE_NODE(n) ((n)->succ = (n)->pred = NULL) #else #define LIST_ASSERT_VALID(l) do {} while (0) + #define LIST_ASSERT_NOT_CONTAINS(list,node) do {} while (0) #define INVALIDATE_NODE(n) do {} while (0) #endif