We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f12997 + bb83098 commit 2a983e1Copy full SHA for 2a983e1
src/system/gps.c
@@ -47,7 +47,7 @@ const int32_t MaxWestPosition = 8388608; // -2^23
47
48
NmeaGpsData_t NmeaGpsData;
49
50
-static double HasFix = false;
+static bool HasFix = false;
51
static double Latitude = 0;
52
static double Longitude = 0;
53
0 commit comments