Skip to content
This repository was archived by the owner on Aug 24, 2021. It is now read-only.

Commit 4990cda

Browse files
committed
Add a default baud rate of 9600
This will stop ARMmbed/mbed-drivers#128 from breaking test jobs until mbedgt can extract the default baud from yotta config.
1 parent 6888c2d commit 4990cda

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

target.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
"mbed"
2424
],
2525
"config": {
26+
"mbed-os" : {
27+
"stdio" : {
28+
"default-baud" : 9600
29+
}
30+
},
2631
"minar": {
2732
"initial_event_pool_size": 50,
2833
"additional_event_pools_size": 100

0 commit comments

Comments
 (0)