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
da9f2710
Commit
da9f2710
authored
Apr 29, 2014
by
Damien George
Browse files
stmhal: Oops, typo.
parent
8d09640b
Changes
1
Hide whitespace changes
Inline
Side-by-side
stmhal/extint.c
View file @
da9f2710
...
...
@@ -204,7 +204,7 @@ STATIC mp_obj_t extint_obj_line(mp_obj_t self_in) {
extint_obj_t
*
self
=
self_in
;
return
MP_OBJ_NEW_SMALL_INT
(
self
->
line
);
}
STATIC
MP_DEFINE_CONST_FUN_OBJ_1
(
extint_obj_line_obj
,
i
extint_obj_line
);
STATIC
MP_DEFINE_CONST_FUN_OBJ_1
(
extint_obj_line_obj
,
extint_obj_line
);
/// \method enable()
/// Enable a disabled interrupt.
...
...
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