that should do the job
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details

This commit is contained in:
Robin Müller 2022-10-04 13:24:41 +02:00
parent fd46784d0d
commit 7382d0b38a
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ ServiceInterfaceStream warning("WARNING");
int customSetup() {
// global setup
ObjectManager* objMan = ObjectManager::instance();
objMan->setObjectFactoryFunction(Factory::produceFrameworkObjects, nullptr);
Factory::produceFrameworkObjects(nullptr);
objMan->initialize();
return 0;
}