X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fek-lpc-p2378%2Fbenchmark%2Fkernel_footprint%2Fcfg%2Fcfg_dataflash.h;fp=boards%2Fek-lpc-p2378%2Fbenchmark%2Fkernel_footprint%2Fcfg%2Fcfg_dataflash.h;h=0000000000000000000000000000000000000000;hb=c15b00a9a85e2aa3fdc681e63d7e92851035b63a;hp=8bd7828a151ed465fd488f3a4a1c38152fcb0ccb;hpb=fd8bd1af65d3eaea3040d74df3d76b51577a67a6;p=bertos.git diff --git a/boards/ek-lpc-p2378/benchmark/kernel_footprint/cfg/cfg_dataflash.h b/boards/ek-lpc-p2378/benchmark/kernel_footprint/cfg/cfg_dataflash.h deleted file mode 100644 index 8bd7828a..00000000 --- a/boards/ek-lpc-p2378/benchmark/kernel_footprint/cfg/cfg_dataflash.h +++ /dev/null @@ -1,56 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for data flash memory module. - * - * \version $Id$ - * \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 */