2 tasks w/ same PRIO in constants.h ??
Posted: Sat Jun 16, 2012 8:41 am
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?
#define WIFI_TASK_PRIO (41)
#define ENC_TASK_PRIORITY (41)
Explanations?