1
0
forked from fsfw/fsfw

cleaned up a bit

This commit is contained in:
2021-05-31 12:30:54 +02:00
parent e961f3f038
commit 54e60f4ddc
2 changed files with 20 additions and 25 deletions

View File

@ -182,6 +182,7 @@ private:
const size_t maxMessageSize;
ReturnValue_t handleError(mq_attr* attributes, uint32_t messageDepth);
ReturnValue_t handleRecvError(const char* const failString);
};
#endif /* FSFW_OSAL_LINUX_MESSAGEQUEUE_H_ */