Increased maximum number of EEPROM words from 512 to 1024.
This commit is contained in:
parent
47f79011a4
commit
ad736d21ca
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue