Fix serial hw macros.
[bertos.git] / bertos / drv / stepper.h
index 0756cf6b22f7e002809936ff2aabf8d7407842a0..1ad268b953ccc551ecd4e52c1031a8c175e5d6da 100644 (file)
@@ -18,7 +18,8 @@
  * $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"
+ * $WIZ$ module_supports = "not avr"
  */
 
 #ifndef DRV_STEPPER_H