I was poking around in constants.h and noticed that in both Rel_2-5-3, and Rel_2.6.0.020 that two tasks are defined to have the same PRIO. This seems very odd, if not wrong. Can anyone shed light on this? A search for ENC_TASK_PRIORITY in the nburn directory did not turn up any results, so maybe this is a priority for an unused task??
#define WIFI_TASK_PRIO (41)
#define ENC_TASK_PRIORITY (41)
Explanations?
2 tasks w/ same PRIO in constants.h ??
Re: 2 tasks w/ same PRIO in constants.h ??
ENC is an external 2nd ethernet inteface
WIFI is an external interface... they both won't be used at the same time...
Paul
WIFI is an external interface... they both won't be used at the same time...
Paul