added periodic event
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user