X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_adc.h;h=4a3fb2b323c417e4a84a612e9553fb70b9a00b5c;hb=37efb5bdc0504ab6df2e8db0635c9c6f7477e23e;hp=4ecd672c9d2fec8aa501782fadc94f1d86a707d1;hpb=3618b288a8cd15ac56f106537e4c8f28f5d8a377;p=bertos.git diff --git a/bertos/cfg/cfg_adc.h b/bertos/cfg/cfg_adc.h index 4ecd672c..4a3fb2b3 100644 --- a/bertos/cfg/cfg_adc.h +++ b/bertos/cfg/cfg_adc.h @@ -41,12 +41,14 @@ /** * Module logging level. + * * $WIZARD = { "type" : "enum", "value_list" : "log_level" } */ #define ADC_LOG_LEVEL LOG_LVL_INFO /** - * Module logging format. + * module logging format. + * * $WIZARD = { "type" : "enum", "value_list" : "log_format" } */ #define ADC_LOG_FORMAT LOG_FMT_VERBOSE @@ -54,9 +56,7 @@ /** * Frequency clock for ADC conversion. * - * $WIZARD = { - * "type" : "int" - * } + * $WIZARD = { "type" : "int" } */ #define CONFIG_ADC_CLOCK 4800000UL