Hello, Is it normal that EC++ won't compile properly if a variable is called "priority" or "_priority"? Example:
unsigned int priority = 1; unsigned int _priority = 1;
extern void os_init_context (P_TCB p_TCB, U8 priority, FUNCP task_body, U8 full_contxt);