Merge branch 'mueller/hotfix' into mueller/master

This commit is contained in:
Robin Müller 2021-02-23 14:41:50 +01:00
commit c55cf8f279
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ public:
}
else if(status != HasReturnvaluesIF::RETURN_OK) {
#if FSFW_VERBOSE_LEVEL >= 1
#if FSFW_CPP_OSTREAM_ENABLED == 1
sif::error << "MutexHelper: Lock of Mutex failed with code " << status << std::endl;
#else