Sets the memory buffer to 5K

This commit is contained in:
Alexandre Paillier
2022-05-04 17:16:46 +02:00
parent 90dfa74538
commit d43849d852

View File

@@ -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;