mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-27 20:44:00 +08:00
Moved sii to words.
This commit is contained in:
+2
-2
@@ -188,8 +188,8 @@ struct ec_slave
|
||||
uint8_t dl_signal[4]; /**< detected signal on RX port */
|
||||
|
||||
// SII
|
||||
uint8_t *sii_data; /**< Complete SII image */
|
||||
size_t sii_size; /**< size of the SII contents in bytes */
|
||||
uint16_t *sii_words; /**< Complete SII image. */
|
||||
size_t sii_nwords; /**< Size of the SII contents in words. */
|
||||
|
||||
// slave information interface
|
||||
ec_sii_t sii; /**< SII data. */
|
||||
|
||||
Reference in New Issue
Block a user