From f7f134ac20ca6bb76fedd14804290fc06455c44a Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Tue, 1 Sep 2020 12:48:11 +0200 Subject: [PATCH] corrections --- container/FIFOBase.tpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/container/FIFOBase.tpp b/container/FIFOBase.tpp index c73e9d590..e1287dcf8 100644 --- a/container/FIFOBase.tpp +++ b/container/FIFOBase.tpp @@ -1,7 +1,7 @@ -#ifndef FRAMEWORK_CONTAINER_FIFOBASE_TPP_ -#define FRAMEWORK_CONTAINER_FIFOBASE_TPP_ +#ifndef FSFW_CONTAINER_FIFOBASE_TPP_ +#define FSFW_CONTAINER_FIFOBASE_TPP_ -#ifndef FRAMEWORK_CONTAINER_FIFOBASE_H_ +#ifndef FSFW_CONTAINER_FIFOBASE_H_ #error Include FIFOBase.h before FIFOBase.tpp! #endif