Skip to content

Commit 32ea606

Browse files
authored
Merge pull request #12889 from hugueskamba/hk_stdio_config
Convert newlines on all terminal (tty) devices by default
2 parents 0df2188 + 5cb7bd5 commit 32ea606

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform/mbed_lib.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"config": {
44
"stdio-convert-newlines": {
55
"help": "Enable conversion to standard newlines on stdin/stdout/stderr",
6-
"value": false
6+
"value": true
77
},
88

99
"stdio-convert-tty-newlines": {
1010
"help": "Enable conversion to standard newlines on any tty FILE stream",
11-
"value": false
11+
"value": true
1212
},
1313

1414
"stdio-buffered-serial": {

0 commit comments

Comments
 (0)