Merge pull request #182 from jespersmith/patch-1

Increased size of EEPROM buffer in eepromtool.c
pull/194/head
nakarlsson 2018-07-03 21:30:02 +02:00 committed by GitHub
commit b1e4b6ce95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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