Update FSFW from upstream #71

Closed
muellerr wants to merge 1112 commits from development into eive/develop
Showing only changes of commit 4d34f93cfc - Show all commits

View File

@ -253,6 +253,7 @@ void DeviceHandlerBase::decrementDeviceReplyMap() {
if (timedOut) {
replyToReply(replyPair.first, replyPair.second, TIMEOUT);
missedReply(replyPair.first);
timedOut = false;
}
}
}