#ifndef EEMEM_H_ #define EEMEM_H_ //------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- volatile typedef struct{ volatile uint8_t BOOTFLAG; //DoNotMove volatile uint8_t EEPROM_IDIBUS_InitGroup; //DoNotMove volatile uint8_t EEPROM_SN[IDISN_VARP_LENGTH]; //DoNotMove //Add new things here // || // || // \/ } EEPROM_DATABLOCKS; //------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- const volatile EEMEM EEPROM_DATABLOCKS EEBLOCK; //DYNAMIC PART //------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- #endif /* EEMEM_H_ */