Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit 7445c9e

Browse files
committed
Added a missing comment
1 parent fc73deb commit 7445c9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SparkFun_Ublox_Arduino_Library.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,6 +1031,7 @@ void SFE_UBLOX_GPS::printPacket(ubxPacket *packet)
10311031

10321032
//If we are going to set the value for a setting, then packetCfg.len will be at least 3 when the packetCfg is _sent_.
10331033
//(UBX-CFG-MSG appears to have the shortest set length of 3 bytes)
1034+
//And we are only expecting an ACK (or a NACK) in return.
10341035

10351036
//Returns true if we got the following:
10361037
//* If we got an ACK and a valid packetCfg (module is responding with register content)

0 commit comments

Comments
 (0)