corrected cmakelists.txt file

This commit is contained in:
Robin Müller 2021-01-27 18:12:48 +01:00
parent 8a0431c578
commit 8b5abd1fd5
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
#include <fsfw/osal/rtems/FixedTimeslotTask.h>
#include "FixedTimeslotTask.h"
#include "RtemsBasic.h"
#include "../../tasks/FixedSequenceSlot.h"