From ad736d21cabc3722925d413e8182fc676ea169c9 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Tue, 8 Jan 2008 16:20:02 +0000 Subject: [PATCH] Increased maximum number of EEPROM words from 512 to 1024. --- master/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master/globals.h b/master/globals.h index faf13200..725ffb42 100644 --- a/master/globals.h +++ b/master/globals.h @@ -66,7 +66,7 @@ #define EC_STATE_STRING_SIZE 32 /** maximum EEPROM size in words, to avoid infinite reading. */ -#define EC_MAX_EEPROM_SIZE 512 +#define EC_MAX_EEPROM_SIZE 1024 /****************************************************************************** * EtherCAT protocol