Merge remote-tracking branch 'origin/development' into mueller/restructuring

This commit is contained in:
2021-07-27 13:07:58 +02:00
7 changed files with 83 additions and 77 deletions

View File

@@ -19,9 +19,11 @@ bool ServiceInterfaceStream::crAdditionEnabled() const {
return streambuf.crAdditionEnabled();
}
#if FSFW_COLORED_OUTPUT == 1
void ServiceInterfaceStream::setAsciiColorPrefix(std::string asciiColorCode) {
streambuf.setAsciiColorPrefix(asciiColorCode);
}
#endif
#endif