Skip to content

Commit 52cb8f2

Browse files
committed
Update CallbackExample7_NAV_SAT.ino
1 parent e21a1b2 commit 52cb8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/Callbacks/CallbackExample7_NAV_SAT/CallbackExample7_NAV_SAT.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ void newNAVSAT(UBX_NAV_SAT_data_t ubxDataStruct)
4040
if (ubxDataStruct.header.numSvs == 1)
4141
Serial.println(F(" SV."));
4242
else
43-
Serial.println(F(" SVs.));
43+
Serial.println(F(" SVs."));
4444

4545
// Just for giggles, print the signal strength for each SV as a barchart
4646
for (uint16_t block = 0; block < ubxDataStruct.header.numSvs; block++) // For each SV

0 commit comments

Comments
 (0)