1
0
forked from fsfw/fsfw

linux changes adapted

This commit is contained in:
2020-12-14 21:54:03 +01:00
parent f2ba653833
commit 3ee25785a2
9 changed files with 26 additions and 24 deletions

View File

@ -1,5 +1,6 @@
#include "Mutex.h"
#include "../../ipc/MutexFactory.h"
#include "../../osal/linux/Mutex.h"
//TODO: Different variant than the lazy loading in QueueFactory. What's better and why?
MutexFactory* MutexFactory::factoryInstance = new MutexFactory();