using new FSFW test task
This commit is contained in:
parent
af98399f14
commit
5e4ade0849
@ -4,8 +4,7 @@
|
||||
#include <bsp_hosted/fsfwconfig/tmtc/apid.h>
|
||||
#include <bsp_hosted/fsfwconfig/tmtc/pusIds.h>
|
||||
|
||||
#include "fsfw_tests/integration/task/TestTask.h"
|
||||
|
||||
#include "example/test/FsfwTestTask.h"
|
||||
#include "example/utility/TmFunnel.h"
|
||||
#include "example/core/GenericFactory.h"
|
||||
|
||||
@ -68,7 +67,7 @@ void ObjectFactory::produce(void* args) {
|
||||
#if OBSW_TASK_PERIODIC_EVENT == 1
|
||||
periodicEvent = true;
|
||||
#endif
|
||||
new TestTask(objects::TEST_TASK, false, periodicEvent);
|
||||
new FsfwTestTask(objects::TEST_TASK, periodicEvent);
|
||||
|
||||
ObjectFactory::produceGenericObjects();
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit cf97d690fe34fc66436d8f32de0b8c893f3c56e8
|
||||
Subproject commit f193608c3882d82f91af67747f34b96d6de938c7
|
Loading…
Reference in New Issue
Block a user