mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 05:00:26 +01:00
objarray: Fix typo in null TYPECODE_MASK.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user