1
0
forked from fsfw/fsfw

linux update

This commit is contained in:
2020-12-14 21:46:33 +01:00
parent e06b15cb9c
commit 336b43572f
11 changed files with 32 additions and 24 deletions

View File

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