X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_adc.h;h=84a6da3a8881e2928db1d6d9048c25a495b57c65;hb=85f74ac66b7cabcc9cb9a7dde7c189e94f785dff;hp=201616e7abd74bd4acb302be72ca50d888dd91d0;hpb=e0960b1b787503b712e42776f980d792836992fd;p=bertos.git diff --git a/bertos/cfg/cfg_adc.h b/bertos/cfg/cfg_adc.h index 201616e7..84a6da3a 100644 --- a/bertos/cfg/cfg_adc.h +++ b/bertos/cfg/cfg_adc.h @@ -27,19 +27,24 @@ * 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 */ #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 * @@ -57,10 +62,7 @@ #define CONFIG_ADC_AVR_REF 1 #define CONFIG_ADC_AVR_DIVISOR 2 - - /// Enable ADS strobe. #define CONFIG_ADC_STROBE 0 #endif /* CFG_ADC_H */ -