From: richardbarry Date: Sun, 17 Feb 2008 20:27:34 +0000 (+0000) Subject: Turn watchdog on. X-Git-Tag: V4.7.2~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b8b39d41e2f943c3007967d245cb371400268454;p=freertos Turn watchdog on. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@210 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- 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