Skip to content

Commit 4af80b6

Browse files
committed
Convert newlines on all file descriptors by default
Applications can reduce their ROM usage by replacing "\r\n" by "\n".
1 parent 4f9d21b commit 4af80b6

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)