From 8b5abd1fd5ef2adc26df285facc369a5ec74ffb5 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 27 Jan 2021 18:12:48 +0100 Subject: [PATCH] corrected cmakelists.txt file --- osal/rtems/CMakeLists.txt | 2 +- osal/rtems/FixedTimeslotTask.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/osal/rtems/CMakeLists.txt b/osal/rtems/CMakeLists.txt index ba11a6b5a..cd266125f 100644 --- a/osal/rtems/CMakeLists.txt +++ b/osal/rtems/CMakeLists.txt @@ -8,7 +8,7 @@ target_sources(${LIB_FSFW_NAME} PeriodicTask.cpp Mutex.cpp MutexFactory.cpp - PollingTask.cpp + FixedTimeslotTask.cpp QueueFactory.cpp RtemsBasic.cpp RTEMSTaskBase.cpp diff --git a/osal/rtems/FixedTimeslotTask.cpp b/osal/rtems/FixedTimeslotTask.cpp index d31011626..8b9354254 100644 --- a/osal/rtems/FixedTimeslotTask.cpp +++ b/osal/rtems/FixedTimeslotTask.cpp @@ -1,4 +1,4 @@ -#include +#include "FixedTimeslotTask.h" #include "RtemsBasic.h" #include "../../tasks/FixedSequenceSlot.h"