Update pico_rtc.py

Just a little correction of the word "timer" instead of "alarm" for the last test.
This commit is contained in:
Quitsoon 2023-04-11 21:17:35 +02:00 committed by GitHub
parent 7b7352130f
commit f6206876b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ print(" >", now)
print()
print("- clear timer flag")
rtc.clear_alarm_flag()
rtc.clear_timer_flag()
print()
print("tests complete")