diff options
| author | DavePutz <dwputz@gmail.com> | 2020-05-11 21:48:54 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-11 21:48:54 -0500 |
| commit | 4712f9f1048612d92c0731dcee30fbd08a64263f (patch) | |
| tree | aaf3d287d56cf32d42f359257ebfcd2e2d9bf90d /shared-bindings/rtc | |
| parent | ebcda59e535960220475286b6a54fa3e0f7bcbeb (diff) | |
| parent | 581c9cee0821f9586be4e4e30c31d5f569d8dede (diff) | |
Merge branch 'master' into Issue2812
Diffstat (limited to 'shared-bindings/rtc')
| -rw-r--r-- | shared-bindings/rtc/RTC.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/rtc/RTC.c b/shared-bindings/rtc/RTC.c index 3ff09a4ec..07d170ee6 100644 --- a/shared-bindings/rtc/RTC.c +++ b/shared-bindings/rtc/RTC.c @@ -65,7 +65,7 @@ STATIC mp_obj_t rtc_rtc_make_new(const mp_obj_type_t *type, size_t n_args, const //| import time //| //| r = rtc.RTC() -//| r.datetime = rtctime.struct_time((2019, 5, 29, 15, 14, 15, 0, -1, -1)) +//| r.datetime = time.struct_time((2019, 5, 29, 15, 14, 15, 0, -1, -1)) //| //| //| Once set, the RTC will automatically update this value as time passes. You can read this |
