corrected cmakelists.txt file
This commit is contained in:
parent
8a0431c578
commit
8b5abd1fd5
@ -8,7 +8,7 @@ target_sources(${LIB_FSFW_NAME}
|
|||||||
PeriodicTask.cpp
|
PeriodicTask.cpp
|
||||||
Mutex.cpp
|
Mutex.cpp
|
||||||
MutexFactory.cpp
|
MutexFactory.cpp
|
||||||
PollingTask.cpp
|
FixedTimeslotTask.cpp
|
||||||
QueueFactory.cpp
|
QueueFactory.cpp
|
||||||
RtemsBasic.cpp
|
RtemsBasic.cpp
|
||||||
RTEMSTaskBase.cpp
|
RTEMSTaskBase.cpp
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include <fsfw/osal/rtems/FixedTimeslotTask.h>
|
#include "FixedTimeslotTask.h"
|
||||||
#include "RtemsBasic.h"
|
#include "RtemsBasic.h"
|
||||||
|
|
||||||
#include "../../tasks/FixedSequenceSlot.h"
|
#include "../../tasks/FixedSequenceSlot.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user