Skip to content

Commit

Permalink
Merge pull request micropython#555 from lurch/patch-1
Browse files Browse the repository at this point in the history
RTC doc fix
  • Loading branch information
dpgeorge committed May 3, 2014
2 parents 93e51b5 + 86a9a88 commit b4bb3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stmhal/rtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 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
Expand Down

0 comments on commit b4bb3fd

Please sign in to comment.