From 82a2f3ec617df97d04761e7788866759a7ac5203 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Fri, 30 Oct 2020 14:21:31 +0100 Subject: [PATCH] testcfg fix --- unittest/testcfg/Makefile-FSFW-Tests | 2 +- unittest/testcfg/cdatapool/dataPoolInit.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/unittest/testcfg/Makefile-FSFW-Tests b/unittest/testcfg/Makefile-FSFW-Tests index d43a6edcd..2017d2bd8 100644 --- a/unittest/testcfg/Makefile-FSFW-Tests +++ b/unittest/testcfg/Makefile-FSFW-Tests @@ -1,5 +1,5 @@ #------------------------------------------------------------------------------- -# Makefile for FSFW Test +# Makefile for FSFW Test #------------------------------------------------------------------------------- # User-modifiable options #------------------------------------------------------------------------------- diff --git a/unittest/testcfg/cdatapool/dataPoolInit.h b/unittest/testcfg/cdatapool/dataPoolInit.h index 23a3d01f0..9425d7678 100644 --- a/unittest/testcfg/cdatapool/dataPoolInit.h +++ b/unittest/testcfg/cdatapool/dataPoolInit.h @@ -1,7 +1,7 @@ #ifndef HOSTED_CONFIG_CDATAPOOL_DATAPOOLINIT_H_ #define HOSTED_CONFIG_CDATAPOOL_DATAPOOLINIT_H_ -#include +#include #include #include #include