X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Fek-lpc-p2378%2Fbenchmark%2Fkernel_footprint%2Fcfg%2Fcfg_kfile.h;fp=boards%2Fek-lpc-p2378%2Fbenchmark%2Fkernel_footprint%2Fcfg%2Fcfg_kfile.h;h=0000000000000000000000000000000000000000;hb=c15b00a9a85e2aa3fdc681e63d7e92851035b63a;hp=0ebed7b1229798ce68eb3a5eaede4271aec2245e;hpb=fd8bd1af65d3eaea3040d74df3d76b51577a67a6;p=bertos.git diff --git a/boards/ek-lpc-p2378/benchmark/kernel_footprint/cfg/cfg_kfile.h b/boards/ek-lpc-p2378/benchmark/kernel_footprint/cfg/cfg_kfile.h deleted file mode 100644 index 0ebed7b1..00000000 --- a/boards/ek-lpc-p2378/benchmark/kernel_footprint/cfg/cfg_kfile.h +++ /dev/null @@ -1,61 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for KFile interface module. - * - * \author Daniele Basile - */ - -#ifndef CFG_KFILE_H -#define CFG_KFILE_H - -/** - * Module logging level. - * $WIZ$ type = "enum" - * $WIZ$ value_list = "log_level" - */ -#define KFILE_LOG_LEVEL LOG_LVL_INFO - -/** - * Module logging format. - * $WIZ$ type = "enum" - * $WIZ$ value_list = "log_format" - */ -#define KFILE_LOG_FORMAT LOG_FMT_TERSE - -/** - * Enable the gets function with echo. - * $WIZ$ type = "boolean" - */ -#define CONFIG_KFILE_GETS 0 - -#endif /* CFG_KFILE_H */