X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fstepper.h;h=6db52c2ecdb9209678150af7178ea0dbbefa76f7;hb=c7fb36e3638f5dabccb1811d53ec8b781b06299d;hp=afa70d8bfb80c7c5dc4b7f6b8f56b25e2e537137;hpb=d77cf6341f11dcd2afb319a91f5cdbeb9df6f00c;p=bertos.git diff --git a/bertos/drv/stepper.h b/bertos/drv/stepper.h index afa70d8b..6db52c2e 100644 --- a/bertos/drv/stepper.h +++ b/bertos/drv/stepper.h @@ -15,11 +15,10 @@ * \author Simone Zinanni * \author Daniele Basile * - * $WIZARD_MODULE = { - * "name" : "stepper", - * "depends" : ["timer", "ramp"], - * "configuration" : "bertos/cfg/cfg_stepper.h" - * } + * $WIZ$ module_name = "stepper" + * $WIZ$ module_depends = "timer", "ramp" + * $WIZ$ module_configuration = "bertos/cfg/cfg_stepper.h" + * $WIZ$ module_hw = "bertos/hw/hw_stepper.h" */ #ifndef DRV_STEPPER_H