##// END OF EJS Templates
WTDG changed to LINK to avoid confusion with the wathdog function
paul -
r37:80d727bb9d80 default
parent child
Show More
@@ -185,14 +185,14 typedef struct ring_node
185 185 #define TASKID_CWF2 12
186 186 #define TASKID_CWF1 13
187 187 #define TASKID_SEND 14
188 #define TASKID_WTDG 15
188 #define TASKID_LINK 15
189 189 #define TASKID_AVF1 16
190 190 #define TASKID_PRC1 17
191 191 #define TASKID_AVF2 18
192 192 #define TASKID_PRC2 19
193 193
194 194 #define TASK_PRIORITY_SPIQ 5
195 #define TASK_PRIORITY_WTDG 20
195 #define TASK_PRIORITY_LINK 20
196 196 #define TASK_PRIORITY_HOUS 30
197 197 #define TASK_PRIORITY_CWF1 35 // CWF1 and CWF2 are never running together
198 198 #define TASK_PRIORITY_CWF2 35 //
General Comments 0
You need to be logged in to leave comments. Login now