From 4a3135e1bdc416fd1d5760498700a819e0ee1403 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 18 Dec 2023 11:21:06 +0100 Subject: [PATCH] little fix --- src/fsfw/objectmanager/ObjectManager.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fsfw/objectmanager/ObjectManager.cpp b/src/fsfw/objectmanager/ObjectManager.cpp index e4a575f0..2de36050 100644 --- a/src/fsfw/objectmanager/ObjectManager.cpp +++ b/src/fsfw/objectmanager/ObjectManager.cpp @@ -120,7 +120,6 @@ void ObjectManager::initialize() { sif::printError( "ObjectManager::initialize: Object 0x%08x failed to initialize with code 0x%04x\n", it.first, result); -#endif #endif errorCount++; }