#ifndef _INCLUDE_CFG_EEPROM_H_ #define _INCLUDE_CFG_EEPROM_H_ /* * Do not edit! Automatically generated on Thu Feb 4 13:47:09 2016 */ #ifndef CONFOS_EE_OFFSET #define CONFOS_EE_OFFSET 0 #endif #ifndef CONFOS_EE_MAGIC #define CONFOS_EE_MAGIC "OS" #endif #ifndef MAX_HOSTNAME_LEN #define MAX_HOSTNAME_LEN 15 #endif #ifndef CONFOS_VIRGIN_HOSTNAME #define CONFOS_VIRGIN_HOSTNAME "ethernut" #endif #ifndef AT24C_SLAVE_ADDR #define AT24C_SLAVE_ADDR 0x50 #endif #ifndef AT24C_CHIP_SIZE #define AT24C_CHIP_SIZE 8192 #endif #ifndef AT24C_ADR_SIZE #define AT24C_ADR_SIZE 2 #endif #ifndef AT24C_ROW_SIZE #define AT24C_ROW_SIZE 32 #endif #ifndef ENVIRON_EE_OFFSET #define ENVIRON_EE_OFFSET 256 #endif #endif