Update FSFW #13
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user