1
0
forked from fsfw/fsfw

Updated include guards

This commit is contained in:
2020-11-17 19:35:37 +01:00
parent 273ddf9061
commit 6489246c4b
12 changed files with 31 additions and 41 deletions

View File

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