Fix Luminary LM3S detection.
[bertos.git] / bertos / cfg / cfg_adc.h
index 201616e7abd74bd4acb302be72ca50d888dd91d0..84a6da3a8881e2928db1d6d9048c25a495b57c65 100644 (file)
  * the GNU General Public License.
  *
  * Copyright 2008 Develer S.r.l. (http://www.develer.com/)
- * All Rights Reserved.
+ *
  * -->
  *
  * \brief Configuration file for ADC module.
  *
  * \version $Id$
- *
  * \author Daniele Basile <asterix@develer.com>
  */
 
 #ifndef CFG_ADC_H
 #define CFG_ADC_H
 
+/// Module logging level.
+#define ADC_LOG_LEVEL      LOG_LVL_INFO
+
+/// Module logging format.
+#define ADC_LOG_FORMAT     LOG_FMT_VERBOSE
+
 /**
  * ADC timing setting parameter
  *
 #define CONFIG_ADC_AVR_REF      1
 #define CONFIG_ADC_AVR_DIVISOR  2
 
-
-
 /// Enable ADS strobe.
 #define CONFIG_ADC_STROBE  0
 
 #endif /* CFG_ADC_H */
-