Buildfix
This commit is contained in:
parent
4aea5666cb
commit
f98303e150
1 changed files with 3 additions and 2 deletions
|
@ -36,8 +36,9 @@ func main() {
|
|||
|
||||
rfm, err := rfm69.NewDevice(spiBus, gpio, 1, 10, true)
|
||||
if err != nil {
|
||||
t.Error(err)
|
||||
log.Fatal(err)
|
||||
}
|
||||
t.Log(rfm)
|
||||
t.Print(rfm)
|
||||
|
||||
rfm.Loop()
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue