Skip to content

Commit

Permalink
Merge pull request #1097 from b00bl1k/b00bl1k-patch-1
Browse files Browse the repository at this point in the history
Update gps.c
  • Loading branch information
mluis1 authored May 20, 2021
2 parents 7f12997 + bb83098 commit 2a983e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system/gps.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const int32_t MaxWestPosition = 8388608; // -2^23

NmeaGpsData_t NmeaGpsData;

static double HasFix = false;
static bool HasFix = false;
static double Latitude = 0;
static double Longitude = 0;

Expand Down

0 comments on commit 2a983e1

Please sign in to comment.