1
0
forked from fsfw/fsfw

Merge remote-tracking branch 'upstream/master'

into mueller_framework
This commit is contained in:
2020-04-18 13:30:22 +02:00
16 changed files with 63 additions and 57 deletions

View File

@ -168,7 +168,7 @@ protected:
*/
static ReturnValue_t sendMessageFromMessageQueue(MessageQueueId_t sendTo,
MessageQueueMessage* message, MessageQueueId_t sentFrom = NO_QUEUE,
bool ignoreFault=false, CallContext callContex = CallContext::task);
bool ignoreFault=false, CallContext callContext = CallContext::task);
static ReturnValue_t handleSendResult(BaseType_t result, bool ignoreFault);