Change optimisation level.

This commit is contained in:
Richard Barry 2008-02-17 18:33:42 +00:00
parent 4ed46aaef9
commit ad75bb3b77
2 changed files with 8 additions and 7 deletions

View file

@ -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_IN_TASK /* Clear Watchdog in vWatchdogTask() */
#define WATCHDOG WTC_NONE /* Clear Watchdog in vWatchdogTask() */
/*------------------------------------------------------------------------*/
/*
* Watchdog period defines