Merge pull request #555 from lurch/patch-1

RTC doc fix
pull/556/head v1.0-rc1
Damien George 2014-05-03 18:44:02 +01:00
commit b4bb3fdb9c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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