1
0
forked from fsfw/fsfw

improved diagnostic messages for linux

This commit is contained in:
2020-06-06 13:56:35 +02:00
parent 04236859da
commit 95bc5a871b
4 changed files with 29 additions and 9 deletions

View File

@ -175,7 +175,7 @@ private:
static uint16_t queueCounter;
ReturnValue_t handleError(mq_attr* attributes);
ReturnValue_t handleError(mq_attr* attributes, uint32_t messageDepth);
};
#endif /* MESSAGEQUEUE_H_ */