X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Ftriface%2Fexamples%2Ftriface%2Fcfg%2Fcfg_pwm.h;fp=boards%2Ftriface%2Fexamples%2Ftriface%2Fcfg%2Fcfg_pwm.h;h=6627ee2d700113da25e140ccfd32ad9ee5fc7fc8;hb=bf7b83a7ba537d9cc4ead0fa5e3c68648bff7597;hp=0000000000000000000000000000000000000000;hpb=9a93cf6b1cd9a22b0b2fd1776ca0d1b480276002;p=bertos.git diff --git a/boards/triface/examples/triface/cfg/cfg_pwm.h b/boards/triface/examples/triface/cfg/cfg_pwm.h new file mode 100644 index 00000000..6627ee2d --- /dev/null +++ b/boards/triface/examples/triface/cfg/cfg_pwm.h @@ -0,0 +1,57 @@ +/** + * \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 */