mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 04:13:54 -04:00
Tidy up 16bit Fujitsu port ready for release.
This commit is contained in:
parent
95189f40d2
commit
6bc6cc282d
12 changed files with 607 additions and 318 deletions
|
@ -19,7 +19,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() */
|
||||
|
||||
/*------------------------------------------------------------------------*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue