diff options
-rw-r--r-- | tests/pyb/rtc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pyb/rtc.py b/tests/pyb/rtc.py index 09af52629f..300c956342 100644 --- a/tests/pyb/rtc.py +++ b/tests/pyb/rtc.py @@ -2,6 +2,7 @@ import pyb, stm from pyb import RTC rtc = RTC() +rtc.init() print(rtc) # make sure that 1 second passes correctly |