diff options
Diffstat (limited to 'tests/pyb/rtc.py')
-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 41b52f260d..013b2f3314 100644 --- a/tests/pyb/rtc.py +++ b/tests/pyb/rtc.py @@ -55,6 +55,7 @@ set_and_print_calib(-511) # restore existing calibration value rtc.calibration(cal_tmp) + # Check register settings for wakeup def set_and_print_wakeup(ms): try: |