mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-26 01:52:48 +00:00
oops - I accidentally shadowed a variable I didn't want to shadow ;-)
This commit is contained in:
parent
f4bacb9d87
commit
33437b5246
@ -146,7 +146,7 @@ void GPS::doTask()
|
|||||||
ublox.checkUblox(); // See if new data is available. Process bytes as they come in.
|
ublox.checkUblox(); // See if new data is available. Process bytes as they come in.
|
||||||
|
|
||||||
// If we don't have a fix (a quick check), don't try waiting for a solution)
|
// If we don't have a fix (a quick check), don't try waiting for a solution)
|
||||||
uint8_t fixtype = ublox.getFixType();
|
fixtype = ublox.getFixType();
|
||||||
DEBUG_MSG("fix type %d\n", fixtype);
|
DEBUG_MSG("fix type %d\n", fixtype);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user