X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fstruct%2Fbitarray_test.c;h=bea6771f01189fc341f3e9394668572b5fe1969c;hb=bbe6777be14c57c99e69451f8d9a9a0aeddcbf16;hp=250977de4c24ce9070d3a3c5180dfe0d701db284;hpb=776f6be6887e4803e9a103be87a3e7e38017f4d3;p=bertos.git diff --git a/bertos/struct/bitarray_test.c b/bertos/struct/bitarray_test.c index 250977de..bea6771f 100644 --- a/bertos/struct/bitarray_test.c +++ b/bertos/struct/bitarray_test.c @@ -46,8 +46,8 @@ #define TEST1_LEN 31 #define TEST2_LEN 17 -ALLOC_BITARRAY(test1, TEST1_LEN); -ALLOC_BITARRAY(test2, TEST2_LEN); +BITARRAY_ALLOC(test1, TEST1_LEN); +BITARRAY_ALLOC(test2, TEST2_LEN); BitArray bitx1; BitArray bitx2;