Files
Sillyfilly-CAN/main/init_malloci.h
T
2024-06-10 18:23:54 -06:00

8 lines
183 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;