X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fsam3x-ek%2Ftemplates%2Fempty%2Fcfg%2Fcfg_eeprom.h;fp=boards%2Fsam3x-ek%2Ftemplates%2Fempty%2Fcfg%2Fcfg_eeprom.h;h=0000000000000000000000000000000000000000;hb=059709cc35dbe6cfd47c6b18e1177034a8fccbf6;hp=b56c1f9c67373b940bdf326f1d291719f225db21;hpb=619741c672e2bd145d479ea4936dbd3532372151;p=bertos.git diff --git a/boards/sam3x-ek/templates/empty/cfg/cfg_eeprom.h b/boards/sam3x-ek/templates/empty/cfg/cfg_eeprom.h deleted file mode 100644 index b56c1f9c..00000000 --- a/boards/sam3x-ek/templates/empty/cfg/cfg_eeprom.h +++ /dev/null @@ -1,64 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for the Eeprom module. - * - * \author Daniele Basile - */ - -#ifndef CFG_EEPROM_H -#define CFG_EEPROM_H - -/** - * Module logging level. - * - * $WIZ$ type = "enum" - * $WIZ$ value_list = "log_level" - */ -#define EEPROM_LOG_LEVEL LOG_LVL_INFO - -/** - * Module logging format. - * - * $WIZ$ type = "enum" - * $WIZ$ value_list = "log_format" - */ -#define EEPROM_LOG_FORMAT LOG_FMT_TERSE - -/** - * Check this to disable Eeprom deprecated API support. - * - * $WIZ$ type = "boolean" - */ -#define CONFIG_EEPROM_DISABLE_OLD_API 0 - -#endif /* CFG_EEPROM_H */