Merge pull request #20 from bremoran/baud

Add a default baud rate at 9600
This commit is contained in:
Brendan Moran 2015-12-01 08:52:39 +00:00
commit ee20af25bc
1 changed files with 5 additions and 0 deletions

View File

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