We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244476e commit d779b96Copy full SHA for d779b96
tests/pyb/rtc.py
@@ -6,7 +6,7 @@
6
7
# make sure that 1 second passes correctly
8
rtc.datetime((2014, 1, 1, 1, 0, 0, 0, 0))
9
-pyb.delay(1000)
+pyb.delay(1001)
10
print(rtc.datetime()[:7])
11
12
def set_and_print(datetime):
0 commit comments