1
0
forked from fsfw/fsfw

now fixed properly

This commit is contained in:
2021-04-08 15:38:36 +02:00
parent cbeb78f089
commit 9ee1bd15c4
4 changed files with 10 additions and 3 deletions

View File

@ -86,3 +86,7 @@ size_t MessageQueueMessage::getMaximumMessageSize() const {
return this->MAX_MESSAGE_SIZE;
}
size_t MessageQueueMessage::getMaximumDataSize() const {
return this->MAX_DATA_SIZE;
}