From c8de9a1cd8a7e34e1969fcaa1ba0425b22d3bb1c Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Sun, 17 Feb 2008 20:27:34 +0000 Subject: [PATCH] Turn watchdog on. --- Demo/MB91460_Softune/SRC/watchdog/watchdog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demo/MB91460_Softune/SRC/watchdog/watchdog.h b/Demo/MB91460_Softune/SRC/watchdog/watchdog.h index df7e5d5e37..e99e64ec30 100644 --- a/Demo/MB91460_Softune/SRC/watchdog/watchdog.h +++ b/Demo/MB91460_Softune/SRC/watchdog/watchdog.h @@ -18,7 +18,7 @@ #define WTC_IN_TICK 2 /* Clear Watchdog in TICK Hook */ #define WTC_IN_IDLE 3 /* Clear Watchdog in Idle Hook */ -#define WATCHDOG WTC_NONE /* Clear Watchdog in vWatchdogTask() */ +#define WATCHDOG WTC_IN_TASK /* Clear Watchdog in vWatchdogTask() */ /*------------------------------------------------------------------------*/ /* * Watchdog period defines