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
54df549b
Commit
54df549b
authored
Nov 20, 2015
by
Damien George
Browse files
unix/moduselect: Initialise variable so can compile in non-debug mode.
parent
b5b1f2c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
unix/moduselect.c
View file @
54df549b
...
...
@@ -54,7 +54,7 @@ STATIC mp_obj_t poll_register(uint n_args, const mp_obj_t *args) {
flags
=
POLLIN
|
POLLOUT
;
}
int
i
;
int
i
=
0
;
if
(
self
->
len
<
self
->
alloc
)
{
i
=
self
->
len
++
;
}
else
{
...
...
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