fixed warning of static var
This commit is contained in:
parent
7e394ea15f
commit
25a86e91de
@ -10,9 +10,11 @@ static sif::PrintLevel printLevel = sif::PrintLevel::DEBUG_LEVEL;
|
|||||||
#if defined(WIN32) && FSFW_COLORED_OUTPUT == 1
|
#if defined(WIN32) && FSFW_COLORED_OUTPUT == 1
|
||||||
static bool consoleInitialized = false;
|
static bool consoleInitialized = false;
|
||||||
#endif /* defined(WIN32) && FSFW_COLORED_OUTPUT == 1 */
|
#endif /* defined(WIN32) && FSFW_COLORED_OUTPUT == 1 */
|
||||||
static bool addCrAtEnd = false;
|
|
||||||
|
|
||||||
#if FSFW_DISABLE_PRINTOUT == 0
|
#if FSFW_DISABLE_PRINTOUT == 0
|
||||||
|
|
||||||
|
static bool addCrAtEnd = false;
|
||||||
|
|
||||||
uint8_t printBuffer[fsfwconfig::FSFW_PRINT_BUFFER_SIZE];
|
uint8_t printBuffer[fsfwconfig::FSFW_PRINT_BUFFER_SIZE];
|
||||||
|
|
||||||
void fsfwPrint(sif::PrintLevel printType, const char* fmt, va_list arg) {
|
void fsfwPrint(sif::PrintLevel printType, const char* fmt, va_list arg) {
|
||||||
|
Loading…
Reference in New Issue
Block a user