Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 4b9def2d6 -> 7066db440


bletest - Remove nffs dependency.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/7066db44
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/7066db44
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/7066db44

Branch: refs/heads/develop
Commit: 7066db44024ff1a36c483182b10793069b95b25a
Parents: 4b9def2
Author: Christopher Collins <ccoll...@apache.org>
Authored: Thu Sep 22 00:29:02 2016 -0700
Committer: Christopher Collins <ccoll...@apache.org>
Committed: Thu Sep 22 00:29:02 2016 -0700

----------------------------------------------------------------------
 apps/bletest/pkg.yml    | 1 -
 apps/bletest/src/main.c | 2 --
 2 files changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/7066db44/apps/bletest/pkg.yml
----------------------------------------------------------------------
diff --git a/apps/bletest/pkg.yml b/apps/bletest/pkg.yml
index c435194..9068192 100644
--- a/apps/bletest/pkg.yml
+++ b/apps/bletest/pkg.yml
@@ -25,7 +25,6 @@ pkg.homepage: "http://mynewt.apache.org/";
 pkg.keywords:
 
 pkg.deps: 
-    - fs/nffs
     - net/nimble/controller
     - net/nimble/host
     - net/nimble/transport/ram

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/7066db44/apps/bletest/src/main.c
----------------------------------------------------------------------
diff --git a/apps/bletest/src/main.c b/apps/bletest/src/main.c
index 88e19c9..0282b4e 100755
--- a/apps/bletest/src/main.c
+++ b/apps/bletest/src/main.c
@@ -29,8 +29,6 @@
 #include "shell/shell.h"
 #include "stats/stats.h"
 #include "hal/flash_map.h"
-#include "fs/fs.h"
-#include "nffs/nffs.h"
 #include "newtmgr/newtmgr.h"
 #include "imgmgr/imgmgr.h"
 

Reply via email to