]> git.sur5r.net Git - freertos/commitdiff
Turn watchdog on.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 17 Feb 2008 20:27:34 +0000 (20:27 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 17 Feb 2008 20:27:34 +0000 (20:27 +0000)
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

index df7e5d5e37eb3d18a465084e510403cdab9950f8..e99e64ec30bec78d61b4f0397a6ade69bbb9d6a4 100644 (file)
@@ -18,7 +18,7 @@
 #define        WTC_IN_TICK     2               /* Clear Watchdog in TICK Hook */\r
 #define        WTC_IN_IDLE     3               /* Clear Watchdog in Idle Hook */\r
 \r
-#define WATCHDOG WTC_NONE      /* Clear Watchdog in vWatchdogTask() */\r
+#define WATCHDOG WTC_IN_TASK   /* Clear Watchdog in vWatchdogTask() */\r
 /*------------------------------------------------------------------------*/\r
 /* \r
  * Watchdog period defines\r