Skip to content
Snippets Groups Projects
Commit 617d6c3a authored by schneider's avatar schneider
Browse files

Merge branch 'rahix/fstrings' into 'master'

pycardium: Enable f-strings

See merge request !506
parents 2120027c b60ed0bd
No related branches found
No related tags found
1 merge request!506pycardium: Enable f-strings
Pipeline #5398 passed
......@@ -53,6 +53,7 @@ int mp_hal_csprng_read_int(void);
#define MICROPY_PY_IO_FILEIO (1)
#define MICROPY_PY_UERRNO (1)
#define MICROPY_PY_FRAMEBUF (1)
#define MICROPY_PY_FSTRINGS (1)
#define MICROPY_PY_BLUETOOTH (1)
#define MICROPY_PY_BUILTINS_MEMORYVIEW (1)
#define MICROPY_PY_BLUETOOTH_ENABLE_CENTRAL_MODE (1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment