Update FSFW #13

Merged
meierj merged 26 commits from mueller/update-fsfw into eive/develop 2021-09-17 07:55:59 +02:00
Showing only changes of commit 215d01b3ca - Show all commits

View File

@ -654,7 +654,8 @@ void DeviceHandlerBase::doGetWrite() {
} }
// We need to distinguish here, because a raw command never expects a reply. // We need to distinguish here, because a raw command never expects a reply.
// (Could be done in eRIRM, but then child implementations need to be careful. // This could be done in the #enableReplyInReplyMap call,
// but then child implementations would need to be careful.
result = enableReplyInReplyMap(cookieInfo.pendingCommand); result = enableReplyInReplyMap(cookieInfo.pendingCommand);
} else if (result != NO_REPLY_EXPECTED) { } else if (result != NO_REPLY_EXPECTED) {
// always generate a failure event, so that FDIR knows what's up // always generate a failure event, so that FDIR knows what's up