From 93aae1cefe1bac9a0bc5eb57aeb1a5cb3f1aed79 Mon Sep 17 00:00:00 2001 From: Friedl Ulrich Date: Wed, 4 Feb 2015 21:36:37 +0100 Subject: [PATCH] Build fix --- rfm69_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" )