Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
b4bb3fdb
Commit
b4bb3fdb
authored
May 03, 2014
by
Damien George
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #555 from lurch/patch-1
RTC doc fix
parents
93e51b59
86a9a886
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
stmhal/rtc.c
stmhal/rtc.c
+1
-1
No files found.
stmhal/rtc.c
View file @
b4bb3fdb
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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