1
0
forked from fsfw/fsfw

Small possilbe bugfix in MessageQueue.cpp

And other small changes.
Only assign last partner if message receiving was successful.
Some formatting stuff, include in <> notation
doc for task factory free RTOS, high priority means high number
This commit is contained in:
2020-02-15 15:37:00 +01:00
parent cd7e47ccbb
commit a5692079c6
3 changed files with 16 additions and 12 deletions

View File

@ -1,6 +1,6 @@
#include <framework/ipc/QueueFactory.h>
#include "../FreeRTOS/MessageQueue.h"
#include <framework/osal/FreeRTOS/MessageQueue.h>
QueueFactory* QueueFactory::factoryInstance = NULL;