objarray: Fix typo in null TYPECODE_MASK.
This commit is contained in:
parent
48ef64a729
commit
16b1f5e842
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user