mimxrt/mpconfigport.h: Enable f-strings.

This commit is contained in:
robert-hh 2021-08-15 08:10:19 +02:00 committed by Damien George
parent dc8be7ccad
commit a12e318948
1 changed files with 1 additions and 0 deletions

View File

@ -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)