include guard fix

This commit is contained in:
Robin Müller 2020-09-15 17:15:22 +02:00
parent b8ad17639c
commit 7643af8607

View File

@ -1,5 +1,5 @@
#ifndef FSFW_IPC_MESSAGEQUEUESENDERIF_H_
#define FSFWw_IPC_MESSAGEQUEUESENDERIF_H_
#define FSFW_IPC_MESSAGEQUEUESENDERIF_H_
#include "../ipc/MessageQueueIF.h"
#include "../ipc/MessageQueueMessageIF.h"