Add some modules; fix some modules support status.
[bertos.git] / bertos / drv / pwm.h
index f03582142213a1402ea2a39c9fe88e137286c66d..7db37d3831bfa38aa63560bf171c175275a04710 100644 (file)
@@ -39,6 +39,8 @@
  *
  * $WIZ$ module_name = "pwm"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_pwm.h"
+ * $WIZ$ module_hw = "bertos/hw/pwm_map.h"
+ * $WIZ$ module_supports = "not avr"
  */
 
 #ifndef DRV_PWM_H