gpsread code sanitizations

This commit is contained in:
Klaus K Wilting 2020-03-11 23:49:24 +01:00
parent 42ee21a2f7
commit aaf127f5e8

View File

@ -449,7 +449,7 @@ void setup() {
// initialize gps time // initialize gps time
#if (HAS_GPS) #if (HAS_GPS)
fetch_gpsTime(); get_gpstime();
#endif #endif
#if (defined HAS_IF482 || defined HAS_DCF77) #if (defined HAS_IF482 || defined HAS_DCF77)