From aaf127f5e8120b00245ae9cde6661c7f4e9bf854 Mon Sep 17 00:00:00 2001 From: Klaus K Wilting Date: Wed, 11 Mar 2020 23:49:24 +0100 Subject: [PATCH] gpsread code sanitizations --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index f191be06..7dd14a81 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -449,7 +449,7 @@ void setup() { // initialize gps time #if (HAS_GPS) - fetch_gpsTime(); + get_gpstime(); #endif #if (defined HAS_IF482 || defined HAS_DCF77)