From: bernie Date: Sun, 10 Aug 2008 17:28:01 +0000 (+0000) Subject: log: Retouch documentation; Rearrenge level logic; Rename LOG_VERBOSITY to LOG_FORMAT... X-Git-Tag: 2.0.0~328 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=36e34ca0af43a27f0092cc5217192b1c4a0ba104;p=bertos.git log: Retouch documentation; Rearrenge level logic; Rename LOG_VERBOSITY to LOG_FORMAT for clarity git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1606 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/arm/drv/adc_at91.c b/bertos/cpu/arm/drv/adc_at91.c index 3ebbfa75..dbeb6117 100644 --- a/bertos/cpu/arm/drv/adc_at91.c +++ b/bertos/cpu/arm/drv/adc_at91.c @@ -30,7 +30,6 @@ * * --> * - * * \brief ADC hardware-specific implementation * * This ADC module should be use both whit kernel or none. @@ -42,7 +41,6 @@ * * * \version $Id$ - * * \author Daniele Basile */ @@ -54,9 +52,9 @@ #include #include -// Define logging setting (for cfg/log.h module). +// Define log settings for cfg/log.h. #define LOG_LEVEL ADC_LOG_LEVEL -#define LOG_VERBOSITY ADC_LOG_VERBOSITY +#define LOG_FORMAT ADC_LOG_FORMAT #include #include