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

@ -171,6 +171,10 @@ bool ServiceInterfaceBuffer::crAdditionEnabled() const {
return addCrToPreamble;
}
void ServiceInterfaceBuffer::setAsciiColorPrefix(std::string colorPrefix) {
this->colorPrefix = colorPrefix;
}
#ifdef UT699
#include "../osal/rtems/Interrupt.h"