1
0
forked from fsfw/fsfw

Merge remote-tracking branch 'upstream/mueller/datapool-update' into mueller/fsfw-printers

This commit is contained in:
2021-01-12 15:14:16 +01:00
2 changed files with 18 additions and 8 deletions

View File

@ -16,8 +16,8 @@ public:
#if FSFW_PRINT_VERBOSITY_LEVEL == 1
#if FSFW_CPP_OSTREAM_ENABLED == 1
sif::error << "PoolReadHelper: Read failed!" << std::endl;
#endif
#endif
#endif /* FSFW_PRINT_VERBOSITY_LEVEL == 1 */
#endif /* FSFW_CPP_OSTREAM_ENABLED == 1 */
}
}