important bugfix

This commit is contained in:
Robin Müller 2021-08-06 11:05:56 +02:00
parent 1684c3983f
commit 7b4fb3041c
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -70,7 +70,7 @@ void fsfwPrint(sif::PrintLevel printType, const char* fmt, va_list arg) {
}
#if FSFW_COLORED_OUTPUT == 1
len += sprintf(bufferPosition, sif::ANSI_COLOR_RESET);
len += sprintf(bufferPosition + len, sif::ANSI_COLOR_RESET);
#endif
Clock::TimeOfDay_t now;