Skip to content

Commit f620687

Browse files
authored
Update pico_rtc.py
Just a little correction of the word "timer" instead of "alarm" for the last test.
1 parent 7b73521 commit f620687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micropython/examples/pcf85063a/pico_rtc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
print()
8686

8787
print("- clear timer flag")
88-
rtc.clear_alarm_flag()
88+
rtc.clear_timer_flag()
8989

9090
print()
9191
print("tests complete")

0 commit comments

Comments
 (0)