Skip to content

Commit ab4bb63

Browse files
committedApr 16, 2021
make linter happy
1 parent 8b02629 commit ab4bb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎arduino/serialutils/serialutils.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ func WaitForNewSerialPort() (string, error) {
129129
return "", nil
130130
}
131131

132-
// TouchAndWait
132+
// TouchAndWait FIXMEDOCS
133133
func TouchAndWait(portToTouch string, wait bool) (string, error) {
134134
getPortMap := func() (map[string]bool, error) {
135135
ports, err := serial.GetPortsList()

0 commit comments

Comments
 (0)