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

Discussion to talk about software related topics only.
Post Reply
Ridgeglider
Posts: 513
Joined: Sat Apr 26, 2008 7:14 am

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

Post 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?
User avatar
pbreed
Posts: 1091
Joined: Thu Apr 24, 2008 3:58 pm

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

Post 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
Post Reply