Sets the memory buffer to 5K
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "shared_context.h"
|
||||
|
||||
|
||||
#define SIZE_MEM_BUFFER 8192
|
||||
#define SIZE_MEM_BUFFER 5120
|
||||
|
||||
static uint8_t mem_buffer[SIZE_MEM_BUFFER];
|
||||
static size_t mem_idx;
|
||||
|
||||
Reference in New Issue
Block a user