Thank you very much.
What is the meaning of The MQX_TIME_SLICE_TASK?
{THIRD_TASK, third_task, 1500,
9, "third", MQX_AUTO_START_TASK|MQX_TIME_SLICE_TASK,
0, 10},
Does it mean that the task " THIRD_TASK" will
be scheduled per 10ms?
If I want my task scheduled per 10ms, how should I do?