CI instability: FATAL error: warn stream not initialized fix #798
This commit is contained in:
parent
9cbdbb794e
commit
058e264e0c
|
@ -18,7 +18,7 @@ static MemoryStream firmwareErrorMessageStream;
|
|||
|
||||
#define WARNING_BUFFER_SIZE 80
|
||||
static char warningBuffer[WARNING_BUFFER_SIZE];
|
||||
static bool isWarningStreamInitialized = false;
|
||||
static volatile bool isWarningStreamInitialized = false;
|
||||
|
||||
#if EFI_HD44780_LCD
|
||||
#include "lcd_HD44780.h"
|
||||
|
|
Loading…
Reference in New Issue