Add a default baud rate

This will stop https://github.com/ARMmbed/mbed-drivers/pull/128 from breaking test jobs until mbedgt can extract the default baud from yotta config.
master
Brendan Moran 7 years ago
parent c3a8a1c338
commit bd2198b909

@ -19,6 +19,11 @@
],
"config": {
"mbed": {},
"mbed-os" : {
"stdio" : {
"default-baud" : 9600
}
},
"arch": {
"arm": {}
},

Loading…
Cancel
Save