spi: incorporate change from GH issue feedback

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2020-10-18 21:22:56 +02:00
committed by Ron Evans
parent 46c9ba9595
commit 42a907035b
3 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -269,7 +269,7 @@ type Device struct {
ssids [10]string
}
// New returns a new Wiifinina driver.
// New returns a new Wifinina driver.
func New(bus drivers.SPI, csPin, ackPin, gpio0Pin, resetPin machine.Pin) *Device {
return &Device{
SPI: bus,