Merge pull request #2793 from akselsm/efm32-baudrate-fix

[EFM32] Set default baud rate to 115200.
pull/2822/head^2
Sam Grove 2016-09-27 21:53:48 -07:00 committed by GitHub
commit f6ba3faced
1 changed files with 5 additions and 0 deletions

View File

@ -15,5 +15,10 @@
"help": "Enable or disable the flush of standard I/O's at exit.",
"value": true
}
},
"target_overrides": {
"EFM32": {
"stdio-baud-rate": 115200
}
}
}