X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fdc_motor.h;h=ebd91e280b17b8dbc778e19903b1eec3f5a9d220;hb=37efb5bdc0504ab6df2e8db0635c9c6f7477e23e;hp=d9651d686912c34b28f4a0612d2c0e501f3c7d29;hpb=c4e10478569740bd284cc41a47dd5227150a6f00;p=bertos.git diff --git a/bertos/drv/dc_motor.h b/bertos/drv/dc_motor.h index d9651d68..ebd91e28 100644 --- a/bertos/drv/dc_motor.h +++ b/bertos/drv/dc_motor.h @@ -36,11 +36,9 @@ * * \author Daniele Basile * - * $WIZARD_MODULE = { - * "name" : "dc_motor", - * "depends" : ["pwm", "pid_control", "adc", "timer"], - * "configuration" : "bertos/cfg/cfg_dc_motor.h" - * } + * $WIZ$ module_name = "dc_motor" + * $WIZ$ module_depends = "pwm", "pid_control", "adc", "timer" + * $WIZ$ module_configuration = "bertos/cfg/cfg_dc_motor.h" */ #ifndef DRV_DC_MOTOR_H