1
0
forked from fsfw/fsfw

fixed merge conflicts

This commit is contained in:
Jakob.Meier
2021-07-24 07:15:24 +02:00
16 changed files with 59 additions and 29 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