1
0
forked from fsfw/fsfw

linux fixes

This commit is contained in:
2020-09-18 12:36:36 +02:00
parent e0b2e0b00a
commit 19632b8fb1
3 changed files with 12 additions and 6 deletions

View File

@ -1,5 +1,5 @@
#ifndef FRAMEWORK_IPC_QUEUEFACTORY_H_
#define FRAMEWORK_IPC_QUEUEFACTORY_H_
#ifndef FSFW_IPC_QUEUEFACTORY_H_
#define FSFW_IPC_QUEUEFACTORY_H_
#include "MessageQueueIF.h"
#include "MessageQueueMessage.h"
@ -32,4 +32,4 @@ private:
static QueueFactory* factoryInstance;
};
#endif /* FRAMEWORK_IPC_QUEUEFACTORY_H_ */
#endif /* FSFW_IPC_QUEUEFACTORY_H_ */