important bugfix
This commit is contained in:
parent
1684c3983f
commit
7b4fb3041c
@ -70,7 +70,7 @@ void fsfwPrint(sif::PrintLevel printType, const char* fmt, va_list arg) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if FSFW_COLORED_OUTPUT == 1
|
#if FSFW_COLORED_OUTPUT == 1
|
||||||
len += sprintf(bufferPosition, sif::ANSI_COLOR_RESET);
|
len += sprintf(bufferPosition + len, sif::ANSI_COLOR_RESET);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
Clock::TimeOfDay_t now;
|
Clock::TimeOfDay_t now;
|
||||||
|
Loading…
Reference in New Issue
Block a user