fixes for host build

This commit is contained in:
2021-07-26 14:00:15 +02:00
parent 96c9069a69
commit f7ac382498
2 changed files with 9 additions and 5 deletions

View File

@ -56,4 +56,6 @@ void ObjectFactory::produce(void* args){
new TcpTmTcServer(objects::TMTC_POLLING_TASK, objects::TMTC_BRIDGE);
#endif
new TestTask(objects::TEST_TASK);
}