diff --git a/devices/lepton/lepton_test.go b/devices/lepton/lepton_test.go index 7077adf..b241a88 100644 --- a/devices/lepton/lepton_test.go +++ b/devices/lepton/lepton_test.go @@ -373,6 +373,10 @@ type spiStream struct { err error } +func (s *spiStream) String() string { + return "spi" +} + func (s *spiStream) Connect(maxHz int64, mode spi.Mode, bits int) (spi.Conn, error) { if maxHz != 20000000 { s.t.Fatal(maxHz)