Re: two possible bugs in tasking
- Posted by useless_ Sep 19, 2012
- 1519 views
CoJaBo2 said...
Double-check the task_schedule docs- the second parameter is an adjustment to the scheduler "burst" frequency, not a timeout. You are passing it a huge integer, which essentially tells it "run this same task this number of times before running any other task".
And what does that haveto do with the task_suspend() not working?
useless