1
0
forked from fsfw/fsfw

added proposed changes

This commit is contained in:
Jakob.Meier
2021-07-27 12:59:21 +02:00
parent ebc9d99022
commit 3d80d5d036
2 changed files with 4 additions and 4 deletions

View File

@ -172,9 +172,9 @@ bool ServiceInterfaceBuffer::crAdditionEnabled() const {
}
#if FSFW_COLORED_OUTPUT == 1
void ServiceInterfaceBuffer::setAsciiColorPrefix(std::string colorPrefix) {
this->colorPrefix = colorPrefix;
}
void ServiceInterfaceBuffer::setAsciiColorPrefix(std::string colorPrefix) {
this->colorPrefix = colorPrefix;
}
#endif
#ifdef UT699