fix segfault from - glcd: fix warning: statement is a reference, not call

This commit is contained in:
TangoCash
2022-11-21 19:26:38 +01:00
committed by Thilo Graf
parent 19b060a88d
commit a88d114591
3 changed files with 2 additions and 7 deletions

View File

@@ -137,7 +137,6 @@ cGLCD::cGLCD()
InitAnalogClock();
InitDigitalClock();
InitSimpleClock();
InitWeather();
Update();
}
@@ -653,6 +652,8 @@ void cGLCD::updateFonts()
}
}
WeatherUpdateFonts();
fonts_initialized = true;
}