From 91ead190ba55d43ead6182f12a118f5666a752a5 Mon Sep 17 00:00:00 2001 From: bernie Date: Sun, 27 Nov 2005 03:04:57 +0000 Subject: [PATCH] CONFIG_WATCHDOG: New config option. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@449 38d2e660-2303-0410-9eaa-f027e97ec537 --- appconfig.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/appconfig.h b/appconfig.h index 1462ce62..15c984ff 100755 --- a/appconfig.h +++ b/appconfig.h @@ -46,6 +46,9 @@ /*#* *#* $Log$ + *#* Revision 1.2 2005/11/27 03:04:57 bernie + *#* CONFIG_WATCHDOG: New config option. + *#* *#* Revision 1.1 2005/11/04 17:42:12 bernie *#* Move cfg/config.h to appconfig.h. *#* @@ -146,8 +149,12 @@ //! Hardware timer selection for drv/timer.c #define CONFIG_TIMER TIMER_ON_OUTPUT_COMPARE2 +//! Debug timer interrupt using a strobe pin. #define CONFIG_TIMER_STROBE 0 +//! Enable watchdog timer. +#define CONFIG_WATCHDOG 1 + //! EEPROM type for drv/eeprom.c #define CONFIG_EEPROM_TYPE EEPROM_24XX256 -- 2.25.1