1
0
forked from fsfw/fsfw

new initializeAfterTaskCreation()

This commit is contained in:
2020-06-29 15:55:20 +02:00
parent d5d968a393
commit 003e70bf47
5 changed files with 17 additions and 20 deletions

View File

@ -9,7 +9,7 @@ FixedSequenceSlot::FixedSequenceSlot(object_id_t handlerId, uint32_t setTime,
if(executingTask != nullptr) {
handler->setTaskIF(executingTask);
}
//handler->initializeAfterTaskCreation();
handler->initializeAfterTaskCreation();
}
FixedSequenceSlot::~FixedSequenceSlot() {}