Merge pull request #182 from jespersmith/patch-1

Increased size of EEPROM buffer in eepromtool.c
This commit is contained in:
nakarlsson
2018-07-03 21:30:02 +02:00
committed by GitHub

View File

@@ -20,7 +20,7 @@
#include "ethercat.h"
#define MAXBUF 32768
#define MAXBUF 524288
#define STDBUF 2048
#define MINBUF 128
#define CRCBUF 14