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 4637855 commit 199e2efCopy full SHA for 199e2ef
py/circuitpy_mpconfig.h
@@ -213,7 +213,7 @@ typedef long mp_off_t;
213
#define MICROPY_CPYTHON_COMPAT (CIRCUITPY_FULL_BUILD)
214
#endif
215
#define MICROPY_PY_BUILTINS_POW3 (CIRCUITPY_BUILTINS_POW3)
216
-#define MICROPY_PY_FSTRINGS (MICROPY_CPYTHON_COMPAT)
+#define MICROPY_PY_FSTRINGS (1)
217
#define MICROPY_MODULE_WEAK_LINKS (0)
218
#define MICROPY_PY_ALL_SPECIAL_METHODS (CIRCUITPY_FULL_BUILD)
219
#ifndef MICROPY_PY_BUILTINS_COMPLEX
0 commit comments