Skip to content

Commit a4881eb

Browse files
committed
Correct NMEA Checksum comment
1 parent 613ad2f commit a4881eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Firmware/RTK_Surveyor/support.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,8 +1030,8 @@ uint8_t waitForPreamble(PARSE_STATE * parse, uint8_t data)
10301030
// | 8 bits | n bytes | 8 bits | n bytes | 8 bits | 2 bytes |
10311031
// | $ | | , | | | |
10321032
// +----------+---------+--------+---------+----------+----------+
1033-
// | |
1034-
// |<------------------- Checksum ------------------->|
1033+
// | |
1034+
// |<-------- Checksum -------->|
10351035
//
10361036

10371037
parse->crc = 0;

0 commit comments

Comments
 (0)