Merge branch 'preproduction' of http://www.gitea.preacherdhm.com/PreacherDHM/Tart into preproduction

This commit is contained in:
2025-02-14 15:08:33 -08:00
3 changed files with 18 additions and 12 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