X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fstepper.h;h=a4c381f69594cf2591e7823c6dbdef863f8ae769;hb=b46f64914c62fbb0297728280478681659469654;hp=6db52c2ecdb9209678150af7178ea0dbbefa76f7;hpb=c7fb36e3638f5dabccb1811d53ec8b781b06299d;p=bertos.git diff --git a/bertos/drv/stepper.h b/bertos/drv/stepper.h index 6db52c2e..a4c381f6 100644 --- a/bertos/drv/stepper.h +++ b/bertos/drv/stepper.h @@ -7,7 +7,6 @@ * * \brief Driver to control stepper motor * - * \version $Id$ * * \author Francesco Michelini * \author Giovanni Bajo @@ -19,6 +18,7 @@ * $WIZ$ module_depends = "timer", "ramp" * $WIZ$ module_configuration = "bertos/cfg/cfg_stepper.h" * $WIZ$ module_hw = "bertos/hw/hw_stepper.h" + * $WIZ$ module_supports = "not avr" */ #ifndef DRV_STEPPER_H