From c84524c90c5d4f508d1628e2d41f1213d74ddc3e Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 31 May 2021 17:08:55 +0200 Subject: [PATCH] minor fixes for FreeRTOS --- .../fsfwconfig/pollingsequence/pollingSequenceFactory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsp_stm32_freertos/fsfwconfig/pollingsequence/pollingSequenceFactory.h b/bsp_stm32_freertos/fsfwconfig/pollingsequence/pollingSequenceFactory.h index 87dd281..1e9184d 100644 --- a/bsp_stm32_freertos/fsfwconfig/pollingsequence/pollingSequenceFactory.h +++ b/bsp_stm32_freertos/fsfwconfig/pollingsequence/pollingSequenceFactory.h @@ -1,8 +1,8 @@ #ifndef POLLINGSEQUENCE_POLLINGSEQUENCFACTORY_H_ #define POLLINGSEQUENCE_POLLINGSEQUENCFACTORY_H_ -#include -#include +#include "OBSWConfig.h" +#include "fsfw/returnvalues/HasReturnvaluesIF.h" class FixedTimeslotTaskIF;