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

Commit

Permalink
Merge pull request #14 from bremoran/baud
Browse files Browse the repository at this point in the history
Add a default baud rate of 9600
  • Loading branch information
bremoran committed Dec 1, 2015
2 parents 6888c2d + 4990cda commit b8a6f24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions target.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
"mbed"
],
"config": {
"mbed-os" : {
"stdio" : {
"default-baud" : 9600
}
},
"minar": {
"initial_event_pool_size": 50,
"additional_event_pools_size": 100
Expand Down

0 comments on commit b8a6f24

Please sign in to comment.