We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4751a1 commit a989585Copy full SHA for a989585
1 file changed
mpy-cross/mpconfigport.h
@@ -79,6 +79,7 @@
79
#define MICROPY_USE_INTERNAL_PRINTF (0)
80
81
#define MICROPY_PY_FSTRINGS (1)
82
+#define MICROPY_PY_TSTRINGS (1)
83
#define MICROPY_PY_BUILTINS_STR_UNICODE (1)
84
85
#if !(defined(MICROPY_GCREGS_SETJMP) || defined(__x86_64__) || defined(__i386__) || defined(__thumb2__) || defined(__thumb__) || defined(__arm__))
0 commit comments