1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-02-18 13:06:54 +00:00

ARC: increase max conf size to 512

This commit is contained in:
Gyorgy Szombathelyi
2020-04-17 16:36:43 +02:00
parent 37694fbd44
commit 470c1ac09e

View File

@@ -6,7 +6,7 @@
#include "arc_file.h"
#include "debug.h"
#define MAX_CONF_SIZE 256
#define MAX_CONF_SIZE 512
static char mod;
static char rbfname[9];