fixed the TART_CELL_DATA_SIZE and used malloc in the test

This commit is contained in:
2025-02-11 12:34:19 -08:00
parent 73aa50446b
commit 2ad63d785f
3 changed files with 14 additions and 10 deletions

View File

@@ -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