Skip to content

Commit

Permalink
Convert newlines on all terminal (tty) devices by default
Browse files Browse the repository at this point in the history
Applications can reduce their ROM usage by replacing
"\r\n" by "\n".
  • Loading branch information
hugueskamba committed Apr 30, 2020
1 parent 4f9d21b commit 5cb7bd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/mbed_lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"config": {
"stdio-convert-newlines": {
"help": "Enable conversion to standard newlines on stdin/stdout/stderr",
"value": false
"value": true
},

"stdio-convert-tty-newlines": {
"help": "Enable conversion to standard newlines on any tty FILE stream",
"value": false
"value": true
},

"stdio-buffered-serial": {
Expand Down

0 comments on commit 5cb7bd5

Please sign in to comment.