mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-01 08:54:14 -04:00
Change optimisation level.
This commit is contained in:
parent
4ed46aaef9
commit
ad75bb3b77
2 changed files with 8 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue