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.
This commit is contained in:
Brendan Moran 2015-11-26 22:09:44 +00:00
parent c3a8a1c338
commit bd2198b909
1 changed files with 5 additions and 0 deletions

View File

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