Add some modules; fix some modules support status.
[bertos.git] / bertos / drv / pwm.h
index b9fa728413aa157962d0b6f6eaf00a11c6468d45..7db37d3831bfa38aa63560bf171c175275a04710 100644 (file)
@@ -40,6 +40,7 @@
  * $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