Comply to cfg name.
[bertos.git] / bertos / cfg / cfg_thermo.h
index 4e1e1acf788d77d275d0a95e067b7549cc55ee53..c9039ff6db31d9680f6a65be1f8232ed79650820 100644 (file)
 #define CFG_THERMO_H
 
 /// Interval at which thermo control is performed. $WIZARD = { "type" : "int" }
-#define THERMO_INTERVAL_MS      100
+#define CONFIG_THERMO_INTERVAL_MS        100
 
 /**
  * Number of different samples we interpolate over to get the hifi temperature.
  *
  * $WIZARD = { "type" : "int" }
  */
-#define THERMO_HIFI_NUM_SAMPLES 10
+#define CONFIG_THERMO_HIFI_NUM_SAMPLES    10
 
 #endif /* CFG_THERMO_H */