We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66001d0 commit 1de9e9bCopy full SHA for 1de9e9b
1 file changed
py/circuitpy_mpconfig.h
@@ -262,6 +262,10 @@ typedef long mp_off_t;
262
#define MICROPY_PY_COLLECTIONS_DEQUE_SUBSCR (CIRCUITPY_FULL_BUILD)
263
#endif
264
265
+#ifndef MICROPY_PY_DELATTR_SETATTR
266
+#define MICROPY_PY_DELATTR_SETATTR (CIRCUITPY_FULL_BUILD)
267
+#endif
268
+
269
#ifndef MICROPY_PY_DOUBLE_TYPECODE
270
#define MICROPY_PY_DOUBLE_TYPECODE (CIRCUITPY_FULL_BUILD ? 1 : 0)
271
0 commit comments