X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_pwm.h;h=595189e64433402dfc0c33c2879385dee3f45351;hb=31347827ab36869b5a1242009b3f6f74527c92ea;hp=072f9b6d36889daca8c007745f34795cdb27b461;hpb=515886be3106584a6d695d4b5453730121b91f74;p=bertos.git diff --git a/bertos/cfg/cfg_pwm.h b/bertos/cfg/cfg_pwm.h index 072f9b6d..595189e6 100644 --- a/bertos/cfg/cfg_pwm.h +++ b/bertos/cfg/cfg_pwm.h @@ -31,17 +31,26 @@ * * \brief Configuration file for PWM module. * - * \version $Id$ * \author Daniele Basile */ #ifndef CFG_PWM_H #define CFG_PWM_H -/// Module logging level. +/** + * Module logging level. + * + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_level" + */ #define PWM_LOG_LEVEL LOG_LVL_INFO -/// Module logging format. +/** + * Module logging format. + * + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_format" + */ #define PWM_LOG_FORMAT LOG_FMT_VERBOSE #endif /* CFG_PWM_H */