WIP: somethings wrong.. #19

Closed
muellerr wants to merge 808 commits from source/master into master
Showing only changes of commit 3b2fa978e1 - Show all commits

View File

@ -118,7 +118,7 @@ void FixedTimeslotTask::taskFunctionality() {
this->deadlineMissedFunc(); this->deadlineMissedFunc();
} }
// Continue immediately, no need to wait. // Continue immediately, no need to wait.
break; continue;
} }
// we need to wait before executing the current slot // we need to wait before executing the current slot