Skip to content

Commit

Permalink
Merge pull request OpenEtherCATsociety#182 from jespersmith/patch-1
Browse files Browse the repository at this point in the history
Increased size of EEPROM buffer in eepromtool.c
  • Loading branch information
nakarlsson authored Jul 3, 2018
2 parents 0398b6b + d8c5620 commit b1e4b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/linux/eepromtool/eepromtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include "ethercat.h"

#define MAXBUF 32768
#define MAXBUF 524288
#define STDBUF 2048
#define MINBUF 128
#define CRCBUF 14
Expand Down

0 comments on commit b1e4b6c

Please sign in to comment.