1
0
forked from fsfw/fsfw

added function to set color

This commit is contained in:
2021-06-11 14:52:09 +02:00
parent 4b095eea89
commit 1630682548
4 changed files with 11 additions and 0 deletions

View File

@ -19,5 +19,9 @@ bool ServiceInterfaceStream::crAdditionEnabled() const {
return streambuf.crAdditionEnabled();
}
bool ServiceInterfaceStream::setAsciiColorPrefix(std::string asciiColorCode) {
streambuf.setAsciiColorPrefix(asciiColorCode);
}
#endif