You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2016/05/19 16:51:20 UTC

[08/18] incubator-mynewt-core git commit: newtmgr; add error code for 'not found'.

newtmgr; add error code for 'not found'.


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/52f847b1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/52f847b1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/52f847b1

Branch: refs/heads/develop
Commit: 52f847b1aaa5ec9dfd1fae2275bcb317611d4ad5
Parents: 5fb0507
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Tue May 17 15:16:12 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Thu May 19 09:34:27 2016 -0700

----------------------------------------------------------------------
 libs/newtmgr/include/newtmgr/newtmgr.h | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/52f847b1/libs/newtmgr/include/newtmgr/newtmgr.h
----------------------------------------------------------------------
diff --git a/libs/newtmgr/include/newtmgr/newtmgr.h b/libs/newtmgr/include/newtmgr/newtmgr.h
index 4a6c370..c2c327d 100644
--- a/libs/newtmgr/include/newtmgr/newtmgr.h
+++ b/libs/newtmgr/include/newtmgr/newtmgr.h
@@ -48,6 +48,7 @@
 #define NMGR_ERR_ENOMEM   (2)
 #define NMGR_ERR_EINVAL   (3)
 #define NMGR_ERR_ETIMEOUT (4)
+#define NMGR_ERR_ENOENT   (5)
 #define NMGR_ERR_EPERUSER (256)