commit | b4bb3fdb9cfcb76fb5b64e0a031a70c807ac7395 | [log] [tgz] |
---|---|---|
author | Damien George <damien.p.george@gmail.com> | Sat May 03 18:44:02 2014 +0100 |
committer | Damien George <damien.p.george@gmail.com> | Sat May 03 18:44:02 2014 +0100 |
tree | 96ca55820dd9475408b333b18d8fb582d51d1958 | |
parent | 93e51b594a14d1537c31f07365410ded9b5de490 [diff] | |
parent | 86a9a8863270bad2fbaae75149e5f5e94e4160a1 [diff] |
Merge pull request #555 from lurch/patch-1 RTC doc fix
diff --git a/stmhal/rtc.c b/stmhal/rtc.c index ec3c012..ea7aa78 100644 --- a/stmhal/rtc.c +++ b/stmhal/rtc.c
@@ -260,7 +260,7 @@ /// /// `weekday` is 1-7 for Monday through Sunday. /// -/// `subseconds` is 0-59. +/// `subseconds` counts down from 255 to 0 mp_obj_t pyb_rtc_datetime(uint n_args, const mp_obj_t *args) { if (n_args == 1) { // get date and time