Update FSFW from upstream #71

Closed
muellerr wants to merge 1112 commits from development into eive/develop
233 changed files with 5511 additions and 2357 deletions
Showing only changes of commit 4d34f93cfc - Show all commits

View File

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