Skip to content

Commit 2ee8e58

Browse files
authored
Correct comment typo
1 parent ea5871d commit 2ee8e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Basics/Example32_TIMTP/Example32_TIMTP.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ void loop()
101101
uint32_t epochPVT = myGNSS.getUnixEpoch(microsPVT); //Read the time of week as Unix Epoch
102102

103103
Serial.print("NAV PVT as Epoch: ");
104-
Serial.print(epochPVT); //Print the time of the next pulse
104+
Serial.print(epochPVT); //Print the time of the previous pulse
105105
Serial.print(".");
106106
if (microsPVT < 100000) Serial.print("0"); //Pad the zeros if needed
107107
if (microsPVT < 10000) Serial.print("0");

0 commit comments

Comments
 (0)