mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-23 10:33:49 +08:00
Changed EC_MAX_SII_SIZE to 4096.
This commit is contained in:
@@ -39,6 +39,7 @@ Changes since 1.4.0:
|
||||
* Added ecrt_slave_sdo_upload() and ecrt_slave_sdo_download() methods to let
|
||||
an application transfer SDOs before activating the master. Thanks to Stefan
|
||||
Weiser.
|
||||
* Changed EC_MAX_SII_SIZE to 4096.
|
||||
|
||||
Changes in 1.4.0:
|
||||
|
||||
|
||||
+1
-1
@@ -62,7 +62,7 @@
|
||||
#define EC_STATE_STRING_SIZE 32
|
||||
|
||||
/** Maximum SII size in words, to avoid infinite reading. */
|
||||
#define EC_MAX_SII_SIZE 1024
|
||||
#define EC_MAX_SII_SIZE 4096
|
||||
|
||||
/******************************************************************************
|
||||
* EtherCAT protocol
|
||||
|
||||
Reference in New Issue
Block a user