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
buildsupport
Commits
0dfd779f
Commit
0dfd779f
authored
Sep 08, 2017
by
Maxime Perrotin
Browse files
Merge branch 'upython'
parents
fdbf168e
4549edd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
c/build_micropython_glue.c
View file @
0dfd779f
...
...
@@ -103,7 +103,7 @@ void micropython_mpy_bind_preamble(FV * fv)
" mp_obj_t items[2];
\n
"
"} mp_obj_tuple_wrap_t;
\n\n
"
);
fprintf
(
mpy_bind_c
,
"extern mp_obj_type_t mp_type_mutable_attrtuple;
\n\n
"
);
fprintf
(
mpy_bind_c
,
"extern
const
mp_obj_type_t mp_type_mutable_attrtuple;
\n\n
"
);
fprintf
(
mpy_bind_c
,
"static qstr wrap_fields[1] = {MP_QSTR_val};
\n\n
"
);
...
...
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