We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0632a1e commit 6c0e983Copy full SHA for 6c0e983
py/circuitpy_mpconfig.h
@@ -188,7 +188,9 @@ typedef long mp_off_t;
188
189
// Turning off FULL_BUILD removes some functionality to reduce flash size on tiny SAMD21s
190
#define MICROPY_BUILTIN_METHOD_CHECK_SELF_ARG (CIRCUITPY_FULL_BUILD)
191
+#ifndef MICROPY_CPYTHON_COMPAT
192
#define MICROPY_CPYTHON_COMPAT (CIRCUITPY_FULL_BUILD)
193
+#endif
194
#define MICROPY_PY_BUILTINS_POW3 (CIRCUITPY_BUILTINS_POW3)
195
#define MICROPY_COMP_FSTRING_LITERAL (MICROPY_CPYTHON_COMPAT)
196
#define MICROPY_MODULE_WEAK_LINKS (0)
0 commit comments