Merge pull request 'hotfix' (#699) from eive/fsfw:mueller/dhb-some-more-fixes into development

Reviewed-on: fsfw/fsfw#699
This commit is contained in:
Steffen Gaisser 2022-10-10 14:22:30 +02:00
commit 99101ce2bf
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ ReturnValue_t DeviceHandlerBase::insertInCommandMap(DeviceCommandId_t deviceComm
info.expectedReplies = 0;
info.isExecuting = false;
info.sendReplyTo = NO_COMMANDER;
info.useAlternativeReplyId = alternativeReplyId;
info.useAlternativeReplyId = useAlternativeReply;
info.alternativeReplyId = alternativeReplyId;
auto resultPair = deviceCommandMap.emplace(deviceCommand, info);
if (resultPair.second) {