You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2017/08/11 18:49:06 UTC

[mynewt-newtmgr] 03/03: Revert "emove currantlabs/ble from windows"

This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a commit to branch 1_1_0_dev
in repository https://gitbox.apache.org/repos/asf/mynewt-newtmgr.git

commit 069dd07e76f945f282888308b48347ff7ccc3516
Author: Christopher Collins <cc...@apache.org>
AuthorDate: Fri Aug 11 11:48:41 2017 -0700

    Revert "emove currantlabs/ble from windows"
    
    This reverts commit 79ea43ca883493dc4b467cde2e37ddfcac3e3272.
    
    I accidentally pushed this commit to the 1_1_0_dev branch.
---
 newtmgr/bll/bll_common.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/newtmgr/bll/bll_common.go b/newtmgr/bll/bll_common.go
index 5455d58..93efd06 100644
--- a/newtmgr/bll/bll_common.go
+++ b/newtmgr/bll/bll_common.go
@@ -26,7 +26,7 @@ import (
 	"time"
 
 	log "github.com/Sirupsen/logrus"
-	//"github.com/currantlabs/ble"
+	"github.com/currantlabs/ble"
 
 	"mynewt.apache.org/newtmgr/nmxact/bledefs"
 )

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <co...@mynewt.apache.org>.