Fix wdt configuration.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 20 Apr 2009 11:03:51 +0000 (11:03 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 20 Apr 2009 11:03:51 +0000 (11:03 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2576 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cfg/cfg_wdt.h
bertos/drv/wdt.h

index 348194215189976fceabd564fe47a23af1a60d2e..9f4caae932680095fe4910a2ffccb65b104ae5d2 100644 (file)
@@ -40,7 +40,7 @@
 #ifndef CFG_WDT_H
 #define CFG_WDT_H
 
-/// Enable watchdog timer. $WIZ$ type = "boolean"
+/// Enable watchdog timer. $WIZ$ type = "autoenabled"
 #define CONFIG_WATCHDOG      0
 
 #endif /* CFG_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