1
0
forked from fsfw/fsfw

fixed sequence slot comments

This commit is contained in:
2020-05-11 17:21:24 +02:00
parent eb376318c3
commit 26103aa8cc
2 changed files with 6 additions and 6 deletions

View File

@ -16,6 +16,5 @@ FixedSequenceSlot::FixedSequenceSlot(object_id_t handlerId, uint32_t setTime,
handler->setTaskIF(executingTask);
}
FixedSequenceSlot::~FixedSequenceSlot() {
}
FixedSequenceSlot::~FixedSequenceSlot() {}