X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fcfg%2Fcfg_adc.h;h=84a6da3a8881e2928db1d6d9048c25a495b57c65;hb=515886be3106584a6d695d4b5453730121b91f74;hp=26254a41573899b5b6834a8829e81b8566172514;hpb=5ee0faa31c29bde72eebfc2646b7925e20e3e648;p=bertos.git diff --git a/bertos/cfg/cfg_adc.h b/bertos/cfg/cfg_adc.h index 26254a41..84a6da3a 100644 --- a/bertos/cfg/cfg_adc.h +++ b/bertos/cfg/cfg_adc.h @@ -27,35 +27,23 @@ * 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 -/** - * Logging level definition. - * - * Use 0 to log only the error messages - * Use 1 to log the error and warning messages - * Use 2 to log all messages - */ -#define ADC_LOG_LEVEL 2 - -/** - * Set logging verbosity. - * - * If verbosity is zero print short log messages. - */ -#define ADC_LOG_VERBOSITY 1 +/// Module logging level. +#define ADC_LOG_LEVEL LOG_LVL_INFO +/// Module logging format. +#define ADC_LOG_FORMAT LOG_FMT_VERBOSE /** * ADC timing setting parameter @@ -78,4 +66,3 @@ #define CONFIG_ADC_STROBE 0 #endif /* CFG_ADC_H */ -