diff --git a/rfm69_test.go b/rfm69_test.go index 0bb57fd..884df30 100644 --- a/rfm69_test.go +++ b/rfm69_test.go @@ -3,7 +3,8 @@ package rfm69 import ( "testing" - "github.com/fulr/embd" + "github.com/kidoman/embd" + _ "github.com/fulr/rfm69/rpi" )