diff --git a/streamdeck.go b/streamdeck.go index d1ff799..e540abb 100644 --- a/streamdeck.go +++ b/streamdeck.go @@ -202,7 +202,7 @@ func (sd *StreamDeck) read() { func (sd *StreamDeck) Close() error { sd.Lock() sd.Unlock() - return sd.Close() + return sd.device.Close() } // ClearBtn fills a particular key with the color black