Remove obsolete INITLIST macro.
[bertos.git] / mware / pool.h
index dd180181f6594fe8d1ffa0ad998626ecc887a29c..93a5b85ca9e6121d888361f373083e51157e608d 100755 (executable)
@@ -13,7 +13,7 @@
        INLINE void name##_init(void (*init_func)(type*)) \
        { \
                int i; \
-               INITLIST(&name); \
+               LIST_INIT(&name); \
                for (i=0;i<countof(name##_items);++i) \
                { \
                        if (init_func) init_func(&name##_items[i]); \