We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da1624 commit effe50dCopy full SHA for effe50d
serial.go
@@ -96,7 +96,6 @@ func (sh *serialhub) FindPortByName(portname string) (*serport, bool) {
96
for port := range sh.ports {
97
if strings.EqualFold(port.portConf.Name, portname) {
98
// we found our port
99
- //spHandlerClose(port)
100
return port, true
101
}
102
0 commit comments