diff options
| author | Damien George <damien.p.george@gmail.com> | 2018-05-21 14:08:37 +1000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2018-05-21 14:08:37 +1000 |
| commit | 6c955932f3c4bfa56336cbacad389d9f874cba10 (patch) | |
| tree | 005b7c9d57d937e3fbfb0d888d1288cf62660464 /docs/library/pyb.RTC.rst | |
| parent | 6bd78741c13849da0570710ad6df80846df812c0 (diff) | |
stm32/rtc: Don't try to set SubSeconds value on RTC.
The hardware doesn't allow it, instead the value is reset to 255 upon
setting the other calendar/time values.
Diffstat (limited to 'docs/library/pyb.RTC.rst')
| -rw-r--r-- | docs/library/pyb.RTC.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/pyb.RTC.rst b/docs/library/pyb.RTC.rst index 262855452..1a1df9095 100644 --- a/docs/library/pyb.RTC.rst +++ b/docs/library/pyb.RTC.rst @@ -31,7 +31,7 @@ Methods With no arguments, this method returns an 8-tuple with the current date and time. With 1 argument (being an 8-tuple) it sets the date - and time. + and time (and ``subseconds`` is reset to 255). .. only:: port_pyboard |
