1
0
forked from fsfw/fsfw

mutex guard instead of helpe

This commit is contained in:
2021-03-09 11:30:00 +01:00
parent da2f594a00
commit cad302730e
8 changed files with 9 additions and 9 deletions

View File

@ -36,7 +36,7 @@ public:
#if FSFW_CPP_OSTREAM_ENABLED == 1
sif::error << "MutexHelper: Lock of Mutex failed with code " << result << std::endl;
#else
sif::printError("MutexHelper: Lock of Mutex failed with code %d\n", status);
sif::printError("MutexHelper: Lock of Mutex failed with code %d\n", result);
#endif /* FSFW_CPP_OSTREAM_ENABLED == 1 */
}
#else