fixed the TART_CELL_DATA_SIZE and used malloc in the test
This commit is contained in:
@@ -25,7 +25,7 @@ extern "C" {
|
||||
#define TART_CELL_DATA_SIZE 16 // todo add number
|
||||
#else
|
||||
#define NULL_CELL (struct tart_cell){0,0,0,0}
|
||||
#define TART_CELL_DATA_SIZE 16
|
||||
#define TART_CELL_DATA_SIZE 20
|
||||
#endif
|
||||
#define TART_OK 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user