1
0
forked from fsfw/fsfw

handler ID cached, debug output improved

This commit is contained in:
2020-08-29 19:08:10 +02:00
parent 6c02776975
commit 15bb0aee98
3 changed files with 12 additions and 5 deletions

View File

@ -4,7 +4,7 @@
FixedSequenceSlot::FixedSequenceSlot(object_id_t handlerId, uint32_t setTime,
int8_t setSequenceId, ExecutableObjectIF* executableObject,
PeriodicTaskIF* executingTask) :
PeriodicTaskIF* executingTask) : handlerId(handlerId),
pollingTimeMs(setTime), opcode(setSequenceId) {
if(executableObject == nullptr) {
return;