From 4622fc2644568106b75e94fca1fe4ea4fc6d6c41 Mon Sep 17 00:00:00 2001 From: Florian Pose <fp@igh-essen.com> 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 -- GitLab