Fix wdt configuration.
[bertos.git] / bertos / drv / wdt.h
index b6db12475a0861d251bf60c4b662f299653c7ae0..bafb8fb8cc4495dbef19ba74f66c65f9016a0816 100644 (file)
@@ -38,6 +38,7 @@
  *
  * $WIZ$ module_name = "wdt"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_wdt.h"
+ * $WIZ$ module_supports = "avr"
  */
 
 #ifndef DRV_WDT_H