DHB Mode Off disable pending commands #95

Merged
muellerr merged 4 commits from meier/dhb-disable-pending-commands into develop 2022-05-27 14:40:37 +02:00
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 {