Rename macros.
[bertos.git] / bertos / struct / bitarray_test.c
index 250977de4c24ce9070d3a3c5180dfe0d701db284..bea6771f01189fc341f3e9394668572b5fe1969c 100644 (file)
@@ -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;