Another outdated comment fix

pull/55/head
Çağlar Onur 3 years ago committed by Çağlar Onur
parent f2d8384275
commit dc2c0ac397
No known key found for this signature in database
GPG Key ID: 97DC0A9223E81DE4

@ -95,7 +95,7 @@ type DevImpression struct {
res int res int
} }
// NewMulti opens a handle to an Inky Impression. // NewImpression opens a handle to an Inky Impression.
func NewImpression(p spi.Port, dc gpio.PinOut, reset gpio.PinOut, busy gpio.PinIn, o *Opts) (*DevImpression, error) { func NewImpression(p spi.Port, dc gpio.PinOut, reset gpio.PinOut, busy gpio.PinIn, o *Opts) (*DevImpression, error) {
if o.ModelColor != Multi { if o.ModelColor != Multi {
return nil, fmt.Errorf("unsupported color: %v", o.ModelColor) return nil, fmt.Errorf("unsupported color: %v", o.ModelColor)

Loading…
Cancel
Save