Reformat.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 5 Feb 2009 18:23:09 +0000 (18:23 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 5 Feb 2009 18:23:09 +0000 (18:23 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2280 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cfg/cfg_adc.h

index 4ecd672c9d2fec8aa501782fadc94f1d86a707d1..25eea527ea46997fc20e80d82e05919bd0d28147 100644 (file)
 
 /**
  * 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