8000 Merge pull request #555 from lurch/patch-1 · hellcoderz/micropython@b4bb3fd · GitHub
[go: up one dir, main page]

Skip to content

Commit b4bb3fd

Browse files
committed
Merge pull request micropython#555 from lurch/patch-1
RTC doc fix
2 parents 93e51b5 + 86a9a88 commit b4bb3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stmhal/rtc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ MP_DEFINE_CONST_FUN_OBJ_1(pyb_rtc_info_obj, pyb_rtc_info);
260260
///
261261
/// `weekday` is 1-7 for Monday through Sunday.
262262
///
263-
/// `subseconds` is 0-59.
263+
/// `subseconds` counts down from 255 to 0
264264
mp_obj_t pyb_rtc_datetime(uint n_args, const mp_obj_t *args) {
265265
if (n_args == 1) {
266266
// get date and time

0 commit comments

Comments
 (0)
0