From a12e318948cc422950751f61563b46784eb6b665 Mon Sep 17 00:00:00 2001 From: robert-hh Date: Sun, 15 Aug 2021 08:10:19 +0200 Subject: [PATCH] mimxrt/mpconfigport.h: Enable f-strings. --- ports/mimxrt/mpconfigport.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/mimxrt/mpconfigport.h b/ports/mimxrt/mpconfigport.h index f1c38b1fad..1d487fb541 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)