From: batt Date: Mon, 20 Apr 2009 10:50:42 +0000 (+0000) Subject: Fix thermo configuration. X-Git-Tag: 2.1.0~108 X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=commitdiff_plain;h=498d4635ee84589bd568ce86981a3d2de57c90be Fix thermo configuration. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2574 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cfg/cfg_thermo.h b/bertos/cfg/cfg_thermo.h index e28af785..e68c6371 100644 --- a/bertos/cfg/cfg_thermo.h +++ b/bertos/cfg/cfg_thermo.h @@ -39,13 +39,19 @@ #ifndef CFG_THERMO_H #define CFG_THERMO_H -/// Interval at which thermo control is performed. $WIZ$ type = "int" +/** + * Interval at which thermo control is performed [ms]. + * + * $WIZ$ type = "int" + * $WIZ$ min = 1 + */ #define CONFIG_THERMO_INTERVAL_MS 100 /** * Number of different samples we interpolate over to get the hifi temperature. * * $WIZ$ type = "int" + * $WIZ$ min = 1 */ #define CONFIG_THERMO_HIFI_NUM_SAMPLES 10