Fix incorrect fix ;)

This commit is contained in:
Andrew Scheller 2014-05-03 18:28:11 +01:00
parent e9ff5570c3
commit 86a9a88632
1 changed files with 1 additions and 1 deletions

View File

@ -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, rolls around many times a second.
/// `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