Change module definition in order to contain hw dependency
[bertos.git] / bertos / drv / stepper.h
index 0756cf6b22f7e002809936ff2aabf8d7407842a0..6db52c2ecdb9209678150af7178ea0dbbefa76f7 100644 (file)
@@ -18,7 +18,7 @@
  * $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