Change module definition in order to contain hw dependency
[bertos.git] / bertos / drv / pwm.h
index f03582142213a1402ea2a39c9fe88e137286c66d..b9fa728413aa157962d0b6f6eaf00a11c6468d45 100644 (file)
@@ -39,6 +39,7 @@
  *
  * $WIZ$ module_name = "pwm"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_pwm.h"
+ * $WIZ$ module_hw = "bertos/hw/pwm_map.h"
  */
 
 #ifndef DRV_PWM_H