diff options
Diffstat (limited to 'io-module/mts_eeprom.h')
-rw-r--r-- | io-module/mts_eeprom.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/io-module/mts_eeprom.h b/io-module/mts_eeprom.h index 2e42008..640f749 100644 --- a/io-module/mts_eeprom.h +++ b/io-module/mts_eeprom.h @@ -30,7 +30,8 @@ struct mts_ap_eeprom_layout { char device_id[32]; char hw_version[32]; uint8_t mac_addr[6]; - uint8_t reserved[378]; + uint8_t eui[8]; + uint8_t reserved[370]; }; #define DEVICE_CAPA_INDEX(c) (((c) & 0xFF) >> 3) |