8000 Fix incorrect fix ;) · hellcoderz/micropython@86a9a88 · GitHub
[go: up one dir, main page]

Skip to content

Commit 86a9a88

Browse files
committed
Fix incorrect fix ;)
1 parent e9ff557 commit 86a9a88

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 a free-running timer and counts down from 255 to 0, rolls around many times a second.
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