PC app: increase buffer sizes to fit ATF750C data

This commit is contained in:
ole00 2024-02-02 08:45:14 +00:00
parent dc16f92a2e
commit 053c914fae
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ To compile: gcc -g3 -O0 -o afterburner afterburner.c
#define MAX_LINE 1024
#define MAXFUSES 10000
#define GALBUFSIZE 16384
#define MAXFUSES 30000
#define GALBUFSIZE 65536
typedef enum {
UNKNOWN,