Fix thermo configuration.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 20 Apr 2009 10:50:42 +0000 (10:50 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 20 Apr 2009 10:50:42 +0000 (10:50 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2574 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cfg/cfg_thermo.h

index e28af78517079c158007a78d717bd7c6ca45b9aa..e68c63717dd037416dd74af8e90436b3e092f559 100644 (file)
 #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