FSFW Update #28

Merged
jgerhards merged 782 commits from fsfw_update into develop 2023-05-28 23:43:22 +02:00
39 changed files with 727 additions and 173 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;
} }
} }
} }