Add some modules; fix some modules support status.
[bertos.git] / bertos / drv / stepper.h
index 6db52c2ecdb9209678150af7178ea0dbbefa76f7..1ad268b953ccc551ecd4e52c1031a8c175e5d6da 100644 (file)
@@ -19,6 +19,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