Skip to content

Commit e00aa90

Browse files
author
Mattia Bertorello
committed
Remove baud rate "Standard baud rates supported by *some* serial ports"
1 parent a76d549 commit e00aa90

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

utils/flasher.go

-7
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ import (
77

88
// http://www.ni.com/product-documentation/54548/en/
99
var baudRates = []int{
10-
// Standard baud rates supported by some serial ports
11-
921600,
12-
460800,
13-
256000,
14-
230400,
15-
153600,
16-
128000,
1710
// Standard baud rates supported by most serial ports
1811
115200,
1912
57600,

0 commit comments

Comments
 (0)