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