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
16b1f5e8
Commit
16b1f5e8
authored
Mar 04, 2015
by
Paul Sokolovsky
Browse files
objarray: Fix typo in null TYPECODE_MASK.
parent
48ef64a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/objarray.c
View file @
16b1f5e8
...
...
@@ -54,7 +54,7 @@
#if MICROPY_PY_BUILTINS_MEMORYVIEW
#define TYPECODE_MASK (0x7f)
#else
#define TYPECODE_MASK (~(mp_uint_t)
1
)
#define TYPECODE_MASK (~(mp_uint_t)
0
)
#endif
typedef
struct
_mp_obj_array_t
{
...
...
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