1
0
forked from fsfw/fsfw

Merge remote-tracking branch 'upstram/master' into mueller_localPoolNeat

This commit is contained in:
2020-05-20 14:38:41 +02:00
45 changed files with 229 additions and 148 deletions

View File

@ -88,7 +88,7 @@ void SubsystemBase::executeTable(HybridIterator<ModeListEntry> tableIter, Submod
object_id_t object = tableIter.value->getObject();
if ((iter = childrenMap.find(object)) == childrenMap.end()) {
//illegal table entry, should only happen due to misconfigured mode table
debug << std::hex << getObjectId() << ": invalid mode table entry"
sif::debug << std::hex << getObjectId() << ": invalid mode table entry"
<< std::endl;
continue;
}