Skip to content
Snippets Groups Projects
Commit 16b1f5e8 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

objarray: Fix typo in null TYPECODE_MASK.

parent 48ef64a7
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
#if MICROPY_PY_BUILTINS_MEMORYVIEW #if MICROPY_PY_BUILTINS_MEMORYVIEW
#define TYPECODE_MASK (0x7f) #define TYPECODE_MASK (0x7f)
#else #else
#define TYPECODE_MASK (~(mp_uint_t)1) #define TYPECODE_MASK (~(mp_uint_t)0)
#endif #endif
typedef struct _mp_obj_array_t { typedef struct _mp_obj_array_t {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment