From aad4389e6a3837db267b3e78df65c89852121e06 Mon Sep 17 00:00:00 2001 From: asterix Date: Thu, 5 Feb 2009 18:23:09 +0000 Subject: [PATCH] Reformat. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2280 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/cfg_adc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bertos/cfg/cfg_adc.h b/bertos/cfg/cfg_adc.h index 4ecd672c..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,9 +56,7 @@ /** * Frequency clock for ADC conversion. * - * $WIZARD = { - * "type" : "int" - * } + * $WIZARD = { "type" : "int" } */ #define CONFIG_ADC_CLOCK 4800000UL -- 2.25.1