# HG changeset patch # User paul # Date 2016-01-26 14:31:37 # Node ID 80d727bb9d808ae67c801c4c6101811d68b94af6 # Parent 084fd0db5e4139a1096789935e32ef498192f395 WTDG changed to LINK to avoid confusion with the wathdog function diff --git a/fsw_params.h b/fsw_params.h --- a/fsw_params.h +++ b/fsw_params.h @@ -185,14 +185,14 @@ typedef struct ring_node #define TASKID_CWF2 12 #define TASKID_CWF1 13 #define TASKID_SEND 14 -#define TASKID_WTDG 15 +#define TASKID_LINK 15 #define TASKID_AVF1 16 #define TASKID_PRC1 17 #define TASKID_AVF2 18 #define TASKID_PRC2 19 #define TASK_PRIORITY_SPIQ 5 -#define TASK_PRIORITY_WTDG 20 +#define TASK_PRIORITY_LINK 20 #define TASK_PRIORITY_HOUS 30 #define TASK_PRIORITY_CWF1 35 // CWF1 and CWF2 are never running together #define TASK_PRIORITY_CWF2 35 //