Files
Sillyfilly-CAN/main/init_malloci.h
T
2026-05-26 21:39:05 -06:00

8 lines
190 B
C

#define MAX_FILE_SIZE_KB 10
#define MAX_TWAI_SIZE_KB 5
#define MALLOCHI_TAG "INIT_MALLOCHI"
char* file_read_buf;
char* twai_string_buf;
int allocation_size;
int twai_allocation_size;