This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Task_sleep never returns

In a task I call Task_sleep(1). It never returns to my code.  I even modified the code to eliminate all interrupts. The only thing running is this task.

Any idea why Task_sleep will not return?