message queue IF return values

This commit is contained in:
2020-02-27 19:00:51 +01:00
parent abccd81fdf
commit c93ee5c6cd
4 changed files with 43 additions and 22 deletions

View File

@ -1,6 +1,5 @@
#include <framework/ipc/MutexFactory.h>
#include "../FreeRTOS/Mutex.h"
#include <framework/osal/FreeRTOS/Mutex.h>
//TODO: Different variant than the lazy loading in QueueFactory. What's better and why? -> one is on heap the other on bss/data
//MutexFactory* MutexFactory::factoryInstance = new MutexFactory();