This commit is contained in:
Hendrik van Wyk
2017-09-16 14:02:43 +02:00
parent f89b619b23
commit 5bd6257bad

View File

@@ -25,7 +25,7 @@ type mk2Ser struct {
locked bool locked bool
sync.RWMutex sync.RWMutex
infochan chan *Mk2Info infochan chan *Mk2Info
wg sync.WaitGroup wg sync.WaitGroup
} }
func NewMk2Connection(dev io.ReadWriter) (Mk2If, error) { func NewMk2Connection(dev io.ReadWriter) (Mk2If, error) {