You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by vi...@apache.org on 2020/04/09 18:40:20 UTC

[mynewt-mcumgr] branch master updated: mgmt: Add shell mgmt ID from mynewt-core (#76)

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

vipulrahane pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-mcumgr.git


The following commit(s) were added to refs/heads/master by this push:
     new 7cd8b9f  mgmt: Add shell mgmt ID from mynewt-core (#76)
7cd8b9f is described below

commit 7cd8b9fa3f726fb4649fddf73e348c492b4e0f8d
Author: Vipul Rahane <vi...@apache.org>
AuthorDate: Thu Apr 9 11:40:13 2020 -0700

    mgmt: Add shell mgmt ID from mynewt-core (#76)
    
    - This was not transitioned when forking off
---
 mgmt/include/mgmt/mgmt.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mgmt/include/mgmt/mgmt.h b/mgmt/include/mgmt/mgmt.h
index 66d8c45..7ad22df 100644
--- a/mgmt/include/mgmt/mgmt.h
+++ b/mgmt/include/mgmt/mgmt.h
@@ -49,6 +49,7 @@ extern "C" {
 #define MGMT_GROUP_ID_SPLIT     6
 #define MGMT_GROUP_ID_RUN       7
 #define MGMT_GROUP_ID_FS        8
+#define MGMT_GROUP_ID_SHELL     9
 #define MGMT_GROUP_ID_PERUSER   64
 
 /**