Doubled the available RAM size

This commit is contained in:
Alexandre Paillier
2022-04-27 15:30:29 +02:00
parent 01ba4fb41f
commit 854791324a

View File

@@ -5,7 +5,7 @@
#include "mem.h"
#define SIZE_MEM_BUFFER 1024
#define SIZE_MEM_BUFFER 2048
static uint8_t mem_buffer[SIZE_MEM_BUFFER];
static size_t mem_idx;