Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
82982512
Commit
82982512
authored
Oct 14, 2016
by
Damien George
Browse files
stmhal/pybstdio: Use size_t instead of mp_uint_t.
parent
e42186d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
stmhal/pybstdio.c
View file @
82982512
...
...
@@ -85,7 +85,7 @@ STATIC mp_uint_t stdio_write(mp_obj_t self_in, const void *buf, mp_uint_t size,
}
}
STATIC
mp_obj_t
stdio_obj___exit__
(
mp_uint
_t
n_args
,
const
mp_obj_t
*
args
)
{
STATIC
mp_obj_t
stdio_obj___exit__
(
size
_t
n_args
,
const
mp_obj_t
*
args
)
{
return
mp_const_none
;
}
STATIC
MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN
(
stdio_obj___exit___obj
,
4
,
4
,
stdio_obj___exit__
);
...
...
Write
Preview
Supports
Markdown
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