Skip to content

Commit 199e2ef

Browse files
committed
Turn on f-strings for all builds
1 parent 4637855 commit 199e2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/circuitpy_mpconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ typedef long mp_off_t;
213213
#define MICROPY_CPYTHON_COMPAT (CIRCUITPY_FULL_BUILD)
214214
#endif
215215
#define MICROPY_PY_BUILTINS_POW3 (CIRCUITPY_BUILTINS_POW3)
216-
#define MICROPY_PY_FSTRINGS (MICROPY_CPYTHON_COMPAT)
216+
#define MICROPY_PY_FSTRINGS (1)
217217
#define MICROPY_MODULE_WEAK_LINKS (0)
218218
#define MICROPY_PY_ALL_SPECIAL_METHODS (CIRCUITPY_FULL_BUILD)
219219
#ifndef MICROPY_PY_BUILTINS_COMPLEX

0 commit comments

Comments
 (0)