summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobert-hh <robert@hammelrath.com>2021-08-15 08:10:19 +0200
committerDamien George <damien@micropython.org>2021-10-25 23:52:35 +1100
commita12e318948cc422950751f61563b46784eb6b665 (patch)
treec4fa6cedd4b2a3f5d276a80d0988c20834e41e1e
parentdc8be7ccad67f76f35c64c028588c9457ed438a2 (diff)
mimxrt/mpconfigport.h: Enable f-strings.
-rw-r--r--ports/mimxrt/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/mimxrt/mpconfigport.h b/ports/mimxrt/mpconfigport.h
index f1c38b1fa..1d487fb54 100644
--- a/ports/mimxrt/mpconfigport.h
+++ b/ports/mimxrt/mpconfigport.h
@@ -70,6 +70,7 @@ uint32_t trng_random_u32(void);
#define MICROPY_PY_FUNCTION_ATTRS (1)
#define MICROPY_PY_DESCRIPTORS (1)
#define MICROPY_PY_DELATTR_SETATTR (1)
+#define MICROPY_PY_FSTRINGS (1)
#define MICROPY_PY_BUILTINS_STR_UNICODE (1)
#define MICROPY_PY_BUILTINS_STR_CENTER (1)
#define MICROPY_PY_BUILTINS_STR_PARTITION (1)