diff --git a/src/fsfw/devicehandlers/DeviceHandlerBase.cpp b/src/fsfw/devicehandlers/DeviceHandlerBase.cpp index b52cd83e..4d1d09bc 100644 --- a/src/fsfw/devicehandlers/DeviceHandlerBase.cpp +++ b/src/fsfw/devicehandlers/DeviceHandlerBase.cpp @@ -654,7 +654,8 @@ void DeviceHandlerBase::doGetWrite() { } // 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); } else if (result != NO_REPLY_EXPECTED) { // always generate a failure event, so that FDIR knows what's up