Skip to content

Commit 3206d96

Browse files
committed
[EFM32] Set default baud rate to 115200.
1 parent e9c556d commit 3206d96

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mbed_lib.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,10 @@
1010
"help": "Baud rate for stdio",
1111
"value": 9600
1212
}
13+
},
14+
"target_overrides": {
15+
"EFM32": {
16+
"stdio-baud-rate": 115200
17+
}
1318
}
1419
}

0 commit comments

Comments
 (0)