1
0
forked from fsfw/fsfw

some bugfixes

This commit is contained in:
2020-09-06 11:48:32 +02:00
parent b7c4f5ce05
commit 3e0819f954
6 changed files with 234 additions and 6 deletions

View File

@ -96,6 +96,10 @@ void PeriodicTask::taskFunctionality() {
};
auto nextStartTime{ currentStartTime };
for (const auto& object: objectList) {
object->initializeAfterTaskCreation();
}
/* Enter the loop that defines the task behavior. */
for (;;) {
if(terminateThread.load()) {