1
0
forked from fsfw/fsfw

added clear message

This commit is contained in:
2021-06-08 15:13:49 +02:00
parent bc151983b5
commit fb7b059137
3 changed files with 10 additions and 0 deletions

View File

@ -130,3 +130,7 @@ bool GenericFileSystemMessage::getReadReply(const CommandMessage *message,
}
return message->getParameter();
}
ReturnValue_t GenericFileSystemMessage::clear(CommandMessage* message) {
return HasReturnvaluesIF::RETURN_OK;
}