X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fthermo.h;h=9145fa9eeb9c85bb9f26a4d623276d98772d5895;hb=82f680048d359567d43f9f9d118dbd6190c7ccdd;hp=9055274d59b3e161fbddd01490a651763ac5a87a;hpb=ef2d608bb7394839777dc9eb1098c5377ac6c5b6;p=bertos.git diff --git a/bertos/drv/thermo.h b/bertos/drv/thermo.h index 9055274d..9145fa9e 100644 --- a/bertos/drv/thermo.h +++ b/bertos/drv/thermo.h @@ -47,11 +47,10 @@ * \author Giovanni Bajo * \author Francesco Sacchi * - * $WIZARD_MODULE = { - * "name" : "thermo", - * "depends" : ["timer", "ntc"], - * "configuration" : "bertos/cfg/cfg_thermo.h" - * } + * $WIZ$ module_name = "thermo" + * $WIZ$ module_depends = "timer", "ntc" + * $WIZ$ module_configuration = "bertos/cfg/cfg_thermo.h" + * $WIZ$ module_hw = "bertos/hw/hw_thermo.h", "bertos/hw/thermo_map.h" */ #ifndef DRV_THERMO_H