Change module definition in order to contain hw dependency
[bertos.git] / bertos / drv / dc_motor.h
index ebd91e280b17b8dbc778e19903b1eec3f5a9d220..3f4b15dd0ae20f49ec067fcd400ccf3d48480f44 100644 (file)
@@ -39,6 +39,7 @@
  * $WIZ$ module_name = "dc_motor"
  * $WIZ$ module_depends = "pwm", "pid_control", "adc", "timer"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_dc_motor.h"
+ * $WIZ$ module_hw = "bertos/hw/hw_dc_motor.h"
  */
 
 #ifndef DRV_DC_MOTOR_H