Update to new kernel config; use cpu_relax().
[bertos.git] / bertos / cfg / cfg_thermo.h
index c9039ff6db31d9680f6a65be1f8232ed79650820..e28af78517079c158007a78d717bd7c6ca45b9aa 100644 (file)
 #ifndef CFG_THERMO_H
 #define CFG_THERMO_H
 
-/// Interval at which thermo control is performed. $WIZARD = { "type" : "int" }
+/// Interval at which thermo control is performed. $WIZ$ type = "int"
 #define CONFIG_THERMO_INTERVAL_MS        100
 
 /**
  * Number of different samples we interpolate over to get the hifi temperature.
  *
- * $WIZARD = { "type" : "int" }
+ * $WIZ$ type = "int"
  */
 #define CONFIG_THERMO_HIFI_NUM_SAMPLES    10