X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_thermo.h;h=e28af78517079c158007a78d717bd7c6ca45b9aa;hb=ba2ba183c492049aface3e3d4e1d5f945b43f3d6;hp=c9039ff6db31d9680f6a65be1f8232ed79650820;hpb=25debf82616a67ecb6abc97a1c4a7d9f61360bf9;p=bertos.git diff --git a/bertos/cfg/cfg_thermo.h b/bertos/cfg/cfg_thermo.h index c9039ff6..e28af785 100644 --- a/bertos/cfg/cfg_thermo.h +++ b/bertos/cfg/cfg_thermo.h @@ -39,13 +39,13 @@ #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