fixed slot sequence safety check added

This commit is contained in:
2020-04-16 13:17:26 +02:00
parent 21650b064d
commit f45a8cc171
3 changed files with 13 additions and 3 deletions

View File

@ -112,7 +112,6 @@ void FixedTimeslotTask::taskFunctionality() {
vTaskDelayUntil(&xLastWakeTime, interval);
//TODO deadline missed check
}
}
}