using new FSFW test task

This commit is contained in:
Robin Müller 2021-11-19 14:13:46 +01:00
parent af98399f14
commit 5e4ade0849
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
2 changed files with 3 additions and 4 deletions

View File

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