important bugfix
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user