Skip to content

Commit 48c17c7

Browse files
author
Offir Kochalsky
committed
Set default serial port to 115200
1 parent 5961cab commit 48c17c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mbed_app.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"target_overrides": {
33
"K64F": {
44
"storage.storage_type": "TDB_INTERNAL"
5+
},
6+
"*": {
7+
"platform.stdio-baud-rate": 115200,
8+
"platform.default-serial-baud-rate": 115200,
9+
"platform.stdio-convert-newlines": 1
510
}
611
}
712
}

0 commit comments

Comments
 (0)