From 39d3316a1b7c5ee7e396bb0cf368badaa0d06ab8 Mon Sep 17 00:00:00 2001 From: Friedl Ulrich Date: Wed, 4 Feb 2015 21:09:46 +0100 Subject: [PATCH] using other embd --- rfm69_test.go | 7 ++----- rfm69device.go | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/rfm69_test.go b/rfm69_test.go index c400281..aa09ab5 100644 --- a/rfm69_test.go +++ b/rfm69_test.go @@ -1,16 +1,13 @@ package rfm69 import ( - "flag" "testing" - "github.com/kidoman/embd" - _ "github.com/kidoman/embd/host/rpi" + "github.com/fulr/embd" + _ "github.com/fulr/embd/host/rpi" ) func TestRfm69(t *testing.T) { - flag.Set("v", "23") - t.Log("Test") if err := embd.InitSPI(); err != nil { t.Error(err) diff --git a/rfm69device.go b/rfm69device.go index 0a75fea..0cdd107 100644 --- a/rfm69device.go +++ b/rfm69device.go @@ -4,7 +4,7 @@ package rfm69 import ( "log" - "github.com/kidoman/embd" + "github.com/fulr/embd" ) // Device RFM69 Device