X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fek-lm3s1968%2Fbenchmarck%2Fcontext_switch%2Fcfg%2Fcfg_md2.h;fp=boards%2Fek-lm3s1968%2Fbenchmarck%2Fcontext_switch%2Fcfg%2Fcfg_md2.h;h=0000000000000000000000000000000000000000;hb=5c610c526235fef906506165ef069d88fd0ca210;hp=22ec7dbebecdc7e266c3545b3bd17a50f111437d;hpb=b3275d403a59f8c2b042abcb7a6b168e50105061;p=bertos.git diff --git a/boards/ek-lm3s1968/benchmarck/context_switch/cfg/cfg_md2.h b/boards/ek-lm3s1968/benchmarck/context_switch/cfg/cfg_md2.h deleted file mode 100644 index 22ec7dbe..00000000 --- a/boards/ek-lm3s1968/benchmarck/context_switch/cfg/cfg_md2.h +++ /dev/null @@ -1,54 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for MD2 module. - * - * \version $Id$ - * - * \author Daniele Basile - */ - -#ifndef CFG_MD2_H -#define CFG_MD2_H - -/** - * Size of block for MD2 algorithm. - * $WIZ$ type = "int" - * $WIZ$ min = 2 - */ -#define CONFIG_MD2_BLOCK_LEN 16 - -/// Use standard permutation in MD2 algorithm. $WIZ$ type = "boolean" -#define CONFIG_MD2_STD_PERM 0 - -#endif /* CFG_MD2_H */ -