X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_adc.h;h=25eea527ea46997fc20e80d82e05919bd0d28147;hb=356174d97981c9c1166458db7dfa939f3202349f;hp=e8aeaeb85ba282e21a923dea022746466f893f92;hpb=fac2ddc13da3e8cf4e6a3c8276bece089e9df607;p=bertos.git diff --git a/bertos/cfg/cfg_adc.h b/bertos/cfg/cfg_adc.h index e8aeaeb8..25eea527 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. + * * $WIZARD = { "type" : "enum", "value_list" : "log_format" } */ #define ADC_LOG_FORMAT LOG_FMT_VERBOSE @@ -54,11 +56,7 @@ /** * Frequency clock for ADC conversion. * - * $WIZARD = { - * "type" : "int", - * "long" : True, - * "unsigned" : True - * } + * $WIZARD = { "type" : "int" } */ #define CONFIG_ADC_CLOCK 4800000UL