Moved sii to words.

This commit is contained in:
Florian Pose
2008-06-09 13:24:16 +00:00
parent f4c830c21d
commit 96b3009e8e
3 changed files with 46 additions and 50 deletions
+2 -2
View File
@@ -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. */