Skip to content
Snippets Groups Projects
Commit 40fc01f4 authored by Damien George's avatar Damien George
Browse files

stmhal: Enable new str.splitlines() method.

parent 2801e6fa
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@
#define MICROPY_CAN_OVERRIDE_BUILTINS (1)
#define MICROPY_PY_FUNCTION_ATTRS (1)
#define MICROPY_PY_BUILTINS_STR_UNICODE (1)
#define MICROPY_PY_BUILTINS_STR_SPLITLINES (1)
#define MICROPY_PY_BUILTINS_MEMORYVIEW (1)
#define MICROPY_PY_BUILTINS_FROZENSET (1)
#define MICROPY_PY_BUILTINS_EXECFILE (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