Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
86a9a886
Commit
86a9a886
authored
May 03, 2014
by
Andrew Scheller
Browse files
Fix incorrect fix ;)
parent
e9ff5570
Changes
1
Hide whitespace changes
Inline
Side-by-side
stmhal/rtc.c
View file @
86a9a886
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment