master/slave.h
changeset 601 d6d951b766e3
parent 556 dc5829af044d
child 610 29489a43ecee
--- a/master/slave.h	Thu Mar 01 21:23:07 2007 +0000
+++ b/master/slave.h	Thu Mar 01 21:34:10 2007 +0000
@@ -221,9 +221,7 @@
 
     // EEPROM
     uint8_t *eeprom_data; /**< Complete EEPROM image */
-    uint16_t eeprom_size; /**< size of the EEPROM contents in byte */
-    uint16_t *new_eeprom_data; /**< new EEPROM data to write */
-    uint16_t new_eeprom_size; /**< size of new EEPROM data in words */
+    size_t eeprom_size; /**< size of the EEPROM contents in bytes */
 
     // slave information interface
     uint16_t sii_alias; /**< configured station alias */