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

@ -48,6 +48,7 @@ private:
#if FSFW_COLORED_OUTPUT == 1
std::string colorPrefix;
void setAsciiColorPrefix(std::string colorPrefix);
#endif
// For EOF detection