From 7f71ceee79dea7b155679ec439ab6646f2e6bfa6 Mon Sep 17 00:00:00 2001 From: duplo Date: Fri, 6 Feb 2009 16:16:17 +0000 Subject: [PATCH] Correct typo git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2306 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/cfg_adc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bertos/cfg/cfg_adc.h b/bertos/cfg/cfg_adc.h index 1516c1f6..4a3fb2b3 100644 --- a/bertos/cfg/cfg_adc.h +++ b/bertos/cfg/cfg_adc.h @@ -49,7 +49,7 @@ /** * module logging format. * - * $wizard = { "type" : "enum", "value_list" : "log_format" } + * $WIZARD = { "type" : "enum", "value_list" : "log_format" } */ #define ADC_LOG_FORMAT LOG_FMT_VERBOSE -- 2.25.1