X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Fek-lm3s1968%2Fbenchmarck%2Fcontext_switch%2Fcfg%2Fcfg_pwm.h;fp=boards%2Fek-lm3s1968%2Fbenchmarck%2Fcontext_switch%2Fcfg%2Fcfg_pwm.h;h=0000000000000000000000000000000000000000;hb=5c610c526235fef906506165ef069d88fd0ca210;hp=6627ee2d700113da25e140ccfd32ad9ee5fc7fc8;hpb=b3275d403a59f8c2b042abcb7a6b168e50105061;p=bertos.git diff --git a/boards/ek-lm3s1968/benchmarck/context_switch/cfg/cfg_pwm.h b/boards/ek-lm3s1968/benchmarck/context_switch/cfg/cfg_pwm.h deleted file mode 100644 index 6627ee2d..00000000 --- a/boards/ek-lm3s1968/benchmarck/context_switch/cfg/cfg_pwm.h +++ /dev/null @@ -1,57 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for PWM module. - * - * \version $Id$ - * \author Daniele Basile - */ - -#ifndef CFG_PWM_H -#define CFG_PWM_H - -/** - * Module logging level. - * - * $WIZ$ type = "enum" - * $WIZ$ value_list = "log_level" - */ -#define PWM_LOG_LEVEL LOG_LVL_INFO - -/** - * Module logging format. - * - * $WIZ$ type = "enum" - * $WIZ$ value_list = "log_format" - */ -#define PWM_LOG_FORMAT LOG_FMT_VERBOSE - -#endif /* CFG_PWM_H */