Skip to content

Commit 6630cc9

Browse files
authored
typo
1 parent ac276fa commit 6630cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssd1351/ssd1351.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func New(bus drivers.SPI, resetPin, dcPin, csPin, enPin, rwPin pin.Output) Devic
5151
csPin: csPin,
5252
enPin: enPin,
5353
rwPin: rwPin,
54-
configurePins = func() {
54+
configurePins: func() {
5555
legacy.ConfigurePinOut(dcPin)
5656
legacy.ConfigurePinOut(resetPin)
5757
legacy.ConfigurePinOut(csPin)

0 commit comments

Comments
 (0)