aboutsummaryrefslogtreecommitdiff
path: root/stmhal/rtc.c
diff options
context:
space:
mode:
authorAndrew Scheller2014-05-03 17:50:46 +0100
committerAndrew Scheller2014-05-03 17:50:46 +0100
commite9ff5570c3b3a0af8937cf5a25012551b018c1a4 (patch)
tree721a390c8e6c456465d443e6d63073b151952b91 /stmhal/rtc.c
parentb569d690f5a99fe0b85787e22cd41c049c65a017 (diff)
Updated doc fix
Diffstat (limited to 'stmhal/rtc.c')
-rw-r--r--stmhal/rtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/rtc.c b/stmhal/rtc.c
index 9dd67ee27..a8ce06f42 100644
--- a/stmhal/rtc.c
+++ b/stmhal/rtc.c
@@ -260,7 +260,7 @@ MP_DEFINE_CONST_FUN_OBJ_1(pyb_rtc_info_obj, pyb_rtc_info);
///
/// `weekday` is 1-7 for Monday through Sunday.
///
-/// `subseconds` is a free-running timer and counts down from 255 to 0, hundreds of times a second.
+/// `subseconds` is a free-running timer and counts down from 255 to 0, rolls around many times a second.
mp_obj_t pyb_rtc_datetime(uint n_args, const mp_obj_t *args) {
if (n_args == 1) {
// get date and time