Skip to content

Commit 3ff04e7

Browse files
committed
Typo
1 parent 689e063 commit 3ff04e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/SparkFun_u-blox_GNSS_Arduino_Library.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -8213,7 +8213,7 @@ bool SFE_UBLOX_GNSS::setNAV5PositionAccuracy(uint16_t metres, uint16_t maxWait)
82138213
if (sendCommand(&packetCfg, maxWait) != SFE_UBLOX_STATUS_DATA_RECEIVED) // We are expecting data and an ACK
82148214
return (false);
82158215

8216-
payloadCfg[0] |= 0x10; // mask: set the posMark, leave other bits unchanged
8216+
payloadCfg[0] |= 0x10; // mask: set the posMask, leave other bits unchanged
82178217
payloadCfg[18] = metres & 0xFF;
82188218
payloadCfg[19] = metres >> 8;
82198219

0 commit comments

Comments
 (0)