diff --git a/src/main/drivers/max7456.c b/src/main/drivers/max7456.c index 1a52e5a1e..a3e783cae 100644 --- a/src/main/drivers/max7456.c +++ b/src/main/drivers/max7456.c @@ -774,7 +774,7 @@ void max7456DrawScreen(void) static void max7456DrawScreenSlow(void) { - bool escapeCharFound; + bool escapeCharFound = false; uint8_t *buffer = getActiveLayerBuffer(); __spiBusTransactionBegin(busdev);