From b8b39d41e2f943c3007967d245cb371400268454 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Sun, 17 Feb 2008 20:27:34 +0000 Subject: [PATCH] Turn watchdog on. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@210 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- 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 df7e5d5e3..e99e64ec3 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 -- 2.39.5