From 099bcf0e01a4ad7b200e971b463be9750e6c0657 Mon Sep 17 00:00:00 2001 From: batt Date: Mon, 20 Apr 2009 11:03:51 +0000 Subject: [PATCH] Fix wdt configuration. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2576 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/cfg_wdt.h | 2 +- bertos/drv/wdt.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.25.1