1
0
forked from fsfw/fsfw

decoupling from raw reciever, linux mq improvements

This commit is contained in:
2020-06-06 12:41:17 +02:00
parent 8e7593d68a
commit d35524ecbc
5 changed files with 82 additions and 52 deletions

View File

@ -577,7 +577,7 @@ protected:
* Used when there is no method of finding a recipient, ie raw mode and
* reporting erroneous replies
*/
MessageQueueId_t defaultRawReceiver = 0;
MessageQueueId_t defaultRawReceiver = MessageQueueIF::NO_QUEUE;
store_address_t storedRawData;
/**