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
parent 39e9e209ec
commit 06ab27300c
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,