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

This commit is contained in:
vanhofen
2022-11-20 22:13:22 +01:00
committed by Thilo Graf
parent e66b92c097
commit a932bae053

View File

@@ -53,7 +53,7 @@ int standby_weather_fontsize;
void InitWeather() void InitWeather()
{ {
WeatherUpdateFonts; WeatherUpdateFonts();
} }
void WeatherUpdateFonts() void WeatherUpdateFonts()