We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20d643 commit f48feefCopy full SHA for f48feef
serial.go
@@ -10,7 +10,6 @@ import (
10
"time"
11
12
"github.com/arduino/arduino-create-agent/upload"
13
- log "github.com/sirupsen/logrus"
14
)
15
16
type writeRequest struct {
@@ -195,7 +194,7 @@ func spListDual(network bool) {
195
194
// to append the open/close state, baud rates, etc to make
196
// a super clean nice list to send back to browser
197
n := len(list)
198
- spl := make([]SpPortItem, n, n)
+ spl := make([]SpPortItem, n)
199
200
ctr := 0
201
0 commit comments