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 2015/11/05 21:18:19 UTC

[2/2] incubator-mynewt-larva git commit: Minor fix of include path for nffs test code.

Minor fix of include path for nffs test code.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/commit/7fe4d225
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/7fe4d225
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/7fe4d225

Branch: refs/heads/master
Commit: 7fe4d225586bde345d75ce13550618cb804ef33f
Parents: b860779
Author: Christopher Collins <cc...@gmail.com>
Authored: Thu Nov 5 12:17:47 2015 -0800
Committer: Christopher Collins <cc...@gmail.com>
Committed: Thu Nov 5 12:17:47 2015 -0800

----------------------------------------------------------------------
 libs/nffs/src/test/arch/sim/nffs_test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/7fe4d225/libs/nffs/src/test/arch/sim/nffs_test.c
----------------------------------------------------------------------
diff --git a/libs/nffs/src/test/arch/sim/nffs_test.c b/libs/nffs/src/test/arch/sim/nffs_test.c
index 75f0680..2b5d595 100644
--- a/libs/nffs/src/test/arch/sim/nffs_test.c
+++ b/libs/nffs/src/test/arch/sim/nffs_test.c
@@ -24,7 +24,7 @@
 #include "nffs/nffs.h"
 #include "nffs/nffs_test.h"
 #include "nffs_test_priv.h"
-#include "../src/nffs_priv.h"
+#include "nffs_priv.h"
 
 int flash_native_memset(uint32_t offset, uint8_t c, uint32_t len);