Page 1 of 1

2 tasks w/ same PRIO in constants.h ??

Posted: Sat Jun 16, 2012 8:41 am
by Ridgeglider
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?

Re: 2 tasks w/ same PRIO in constants.h ??

Posted: Mon Jun 18, 2012 2:53 pm
by pbreed
ENC is an external 2nd ethernet inteface

WIFI is an external interface... they both won't be used at the same time...

Paul