added periodic event

This commit is contained in:
2021-06-30 09:59:55 +02:00
parent edaccc0dbd
commit 112adcbb64
4 changed files with 15 additions and 6 deletions

View File

@ -76,10 +76,9 @@ void ObjectFactory::produceGenericObjects() {
new FsfwExampleTask(objects::TEST_DUMMY_3);
#if OBSW_TASK_EXAMPLE_PRINTOUT == 1
bool enablePrintout = true;
#else
bool enablePrintout = false;
#if OBSW_TASK_EXAMPLE_PRINTOUT == 1
enablePrintout = true;
#endif
new FsfwReaderTask(objects::TEST_DUMMY_4, enablePrintout);
#endif /* OBSW_ADD_TASK_EXAMPLE == 1 */