X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fek-lm3s1968%2Fbenchmarck%2Fcontext_switch%2Fcfg%2Fcfg_keytag.h;fp=boards%2Fek-lm3s1968%2Fbenchmarck%2Fcontext_switch%2Fcfg%2Fcfg_keytag.h;h=0000000000000000000000000000000000000000;hb=5c610c526235fef906506165ef069d88fd0ca210;hp=8bedadf6a3aa3bff618ddf84b2eb2ffd42c5b497;hpb=b3275d403a59f8c2b042abcb7a6b168e50105061;p=bertos.git diff --git a/boards/ek-lm3s1968/benchmarck/context_switch/cfg/cfg_keytag.h b/boards/ek-lm3s1968/benchmarck/context_switch/cfg/cfg_keytag.h deleted file mode 100644 index 8bedadf6..00000000 --- a/boards/ek-lm3s1968/benchmarck/context_switch/cfg/cfg_keytag.h +++ /dev/null @@ -1,61 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for keytag module. - * - * \author Daniele Basile - */ - -#ifndef CFG_KEYTAG_H -#define CFG_KEYTAG_H - -/** - * Module logging level. - * $WIZ$ type = "enum" - * $WIZ$ value_list = "log_level" - */ -#define CONFIG_KEYTAG_LOG_LEVEL LOG_LVL_ERR -/** - * Module logging format. - * $WIZ$ type = "enum" - * $WIZ$ value_list = "log_format" - */ -#define CONFIG_KEYTAG_LOG_FORMAT LOG_FMT_TERSE - -/** - * Max buffer lenght - * $WIZ$ type = "int" - */ -#define CONFIG_TAG_MAX_LEN 14U - -#endif /* CFG_KEYTAG_H */ -