From: batt Date: Mon, 20 Apr 2009 11:03:51 +0000 (+0000) Subject: Fix wdt configuration. X-Git-Tag: 2.1.0~106 X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=commitdiff_plain;h=099bcf0e01a4ad7b200e971b463be9750e6c0657 Fix wdt configuration. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2576 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cfg/cfg_wdt.h b/bertos/cfg/cfg_wdt.h index 34819421..9f4caae9 100644 --- a/bertos/cfg/cfg_wdt.h +++ b/bertos/cfg/cfg_wdt.h @@ -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 */ diff --git a/bertos/drv/wdt.h b/bertos/drv/wdt.h index b6db1247..bafb8fb8 100644 --- a/bertos/drv/wdt.h +++ b/bertos/drv/wdt.h @@ -38,6 +38,7 @@ * * $WIZ$ module_name = "wdt" * $WIZ$ module_configuration = "bertos/cfg/cfg_wdt.h" + * $WIZ$ module_supports = "avr" */ #ifndef DRV_WDT_H