Skip to content

Commit 092fbe4

Browse files
authored
Merge pull request #748 from Quitsoon/patch-1
pico_rtc.py, Just a little PR for a possible typo :)
2 parents ecbd1e6 + f620687 commit 092fbe4

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)