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.
1 parent 7f12997 commit bb83098Copy full SHA for bb83098
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