X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fsam3n-ek%2Fexamples%2Fdisplay%2Fcfg%2Fcfg_dataflash.h;fp=boards%2Fsam3n-ek%2Fexamples%2Fdisplay%2Fcfg%2Fcfg_dataflash.h;h=0000000000000000000000000000000000000000;hb=f20fc356270e0e09672f272b923867b7e9e87de7;hp=4e7dfbd9d4aee3fd538f3531372210ec3335f380;hpb=a646f247a4733ae12b2a5372c23e367e3048efaf;p=bertos.git diff --git a/boards/sam3n-ek/examples/display/cfg/cfg_dataflash.h b/boards/sam3n-ek/examples/display/cfg/cfg_dataflash.h deleted file mode 100644 index 4e7dfbd9..00000000 --- a/boards/sam3n-ek/examples/display/cfg/cfg_dataflash.h +++ /dev/null @@ -1,55 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for data flash memory module. - * - * \author Daniele Basile - */ - -#ifndef CFG_DATAFLASH_H -#define CFG_DATAFLASH_H - -/** - * Module logging level. - * $WIZ$ type = "enum" - * $WIZ$ value_list = "log_level" - */ -#define DATAFLASH_LOG_LEVEL LOG_LVL_INFO - -/** - * Module logging format. - * $WIZ$ type = "enum" - * $WIZ$ value_list = "log_format" - */ -#define DATAFLASH_LOG_FORMAT LOG_FMT_TERSE - -#endif /* CFG_DATAFLASH_H */