From 3b52a1b7883353913b1a04a24fcd012771acac1c Mon Sep 17 00:00:00 2001 From: Sean Godinez Date: Wed, 11 Mar 2015 07:54:56 -0500 Subject: added uuid field (16 bytes) to eeprom --- io-module/mts_eeprom.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'io-module/mts_eeprom.h') diff --git a/io-module/mts_eeprom.h b/io-module/mts_eeprom.h index 640f749..5f5e69c 100644 --- a/io-module/mts_eeprom.h +++ b/io-module/mts_eeprom.h @@ -20,7 +20,8 @@ struct mts_id_eeprom_layout { uint8_t capa[32]; uint8_t mac_bluetooth[6]; uint8_t mac_wifi[6]; - uint8_t reserved[302]; + uint8_t uuid[16]; + uint8_t reserved[286]; }; /* accessory card EEPROM */ -- cgit v1.2.3