Skip to content

Commit 670d7fb

Browse files
committed
fix typo in Example1 restore
1 parent f27f5a7 commit 670d7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/RTC/examples/Example1_Get_Time/Example1_Get_Time.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ void loop()
3838
Serial.printf("%02d.", myRTC.seconds);
3939
Serial.printf("%02d", myRTC.hundredths);
4040

41-
Serial.printf(" 20%d/", myRTC.month);
41+
Serial.printf(" %02d/", myRTC.month);
4242
Serial.printf("%02d/", myRTC.dayOfMonth);
4343
Serial.printf("%02d", myRTC.year);
4444

0 commit comments

Comments
 (0)