fixed linux example

This commit is contained in:
2021-06-05 20:30:55 +02:00
parent 9a491fc7dd
commit 6287839680
6 changed files with 8 additions and 8 deletions

View File

@ -39,7 +39,6 @@ int main() {
ObjectManager* objManager = ObjectManager::instance();
objManager->setObjectFactoryFunction(ObjectFactory::produce, nullptr);
#if FSFW_CPP_OSTREAM_ENABLED == 1
sif::info << "Objects created successfully.." << std::endl;
sif::info << "Initializing objects.." << std::endl;