removed some printout
fsfw/fsfw example hosted/pipeline/head This commit looks good Details

This commit is contained in:
Robin Müller 2022-05-02 09:38:41 +02:00
parent ed0077e3f1
commit 1049e4072a
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
2 changed files with 2 additions and 8 deletions

View File

@ -284,16 +284,10 @@ void InitMission::createTasks() {
#endif
#if OBSW_ADD_DEVICE_HANDLER_DEMO
HasModesIF* assembly = ObjectManager::instance()->get<HasModesIF>(objects::TEST_ASSEMBLY);
auto* assembly = ObjectManager::instance()->get<HasModesIF>(objects::TEST_ASSEMBLY);
if (assembly == nullptr){
return;
}
#if FSFW_CPP_OSTREAM_ENABLED == 1
sif::info << "Waiting 5 Seconds and then command Test Assembly to Normal, Dual" << std::endl;
#else
sif::printInfo("Waiting 5 Seconds and then command Test Assembly to Normal, Dual \n");
#endif
#endif /* OBSW_ADD_DEVICE_HANDLER_DEMO */
}

2
fsfw

@ -1 +1 @@
Subproject commit 77450eb4b7b2629f0b88fdab66ae99bfc546daa4
Subproject commit fea301bcc99ad62d0c4a0dbb8c4387ce1b8ee860