Skip to content

Commit 40fc01f

Browse files
committed
stmhal: Enable new str.splitlines() method.
1 parent 2801e6f commit 40fc01f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stmhal/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
#define MICROPY_CAN_OVERRIDE_BUILTINS (1)
5858
#define MICROPY_PY_FUNCTION_ATTRS (1)
5959
#define MICROPY_PY_BUILTINS_STR_UNICODE (1)
60+
#define MICROPY_PY_BUILTINS_STR_SPLITLINES (1)
6061
#define MICROPY_PY_BUILTINS_MEMORYVIEW (1)
6162
#define MICROPY_PY_BUILTINS_FROZENSET (1)
6263
#define MICROPY_PY_BUILTINS_EXECFILE (1)

0 commit comments

Comments
 (0)