WIP: develop_update #706

Draft
muellerr wants to merge 710 commits from eive/fsfw:develop_update into development
1 changed files with 0 additions and 3 deletions
Showing only changes of commit ab68817e9a - Show all commits

View File

@ -1485,9 +1485,6 @@ ReturnValue_t DeviceHandlerBase::initializeAfterTaskCreation() {
LocalPoolDataSetBase* DeviceHandlerBase::getDataSetHandle(sid_t sid) {
auto iter = deviceReplyMap.find(sid.ownerSetId);
if (sid.objectId == 0x44140014) {
sif::debug << "HK message for IMTQ" << std::endl;
}
if (iter != deviceReplyMap.end()) {
return iter->second.dataSet;
} else {