header file renamed

This commit is contained in:
Robin Müller 2020-09-15 16:44:48 +02:00
parent 15891b3cf0
commit 850a4a3e3d
3 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
#ifndef FSFW_IPC_MESSAGEQUEUEIF_H_
#define FSFW_IPC_MESSAGEQUEUEIF_H_
#include <fsfw/ipc/messageQueueDefinitions.h>
#include "MessageQueueMessageIF.h"
#include "messageQueueDefintions.h"
#include "../returnvalues/HasReturnvaluesIF.h"
#include <cstdint>

View File

@ -1,7 +1,7 @@
#ifndef FRAMEWORK_IPC_MESSAGEQUEUEMESSAGEIF_H_
#define FRAMEWORK_IPC_MESSAGEQUEUEMESSAGEIF_H_
#include "messageQueueDefintions.h"
#include <fsfw/ipc/messageQueueDefinitions.h>
#include <cstddef>
#include <cstdint>

View File

@ -1,5 +1,5 @@
#ifndef FSFW_IPC_MESSAGEQUEUEDEFINTIONS_H_
#define FSFW_IPC_MESSAGEQUEUEDEFINTIONS_H_
#ifndef FSFW_IPC_MESSAGEQUEUEDEFINITIONS_H_
#define FSFW_IPC_MESSAGEQUEUEDEFINITIONS_H_
#include <cstdint>
@ -15,4 +15,4 @@
*/
using MessageQueueId_t = uint32_t;
#endif /* FSFW_IPC_MESSAGEQUEUEDEFINTIONS_H_ */
#endif /* FSFW_IPC_MESSAGEQUEUEDEFINITIONS_H_ */