You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/11/06 15:22:03 UTC

[GitHub] MariuszSkamra commented on a change in pull request #16: Add event callbacks on command handlers

MariuszSkamra commented on a change in pull request #16: Add event callbacks on command handlers
URL: https://github.com/apache/mynewt-mcumgr/pull/16#discussion_r231165090
 
 

 ##########
 File path: cmd/img_mgmt/include/img_mgmt/img_mgmt.h
 ##########
 @@ -37,6 +37,13 @@ extern "C" {
 #define IMG_MGMT_ID_CORELOAD        4
 #define IMG_MGMT_ID_ERASE           5
 
+/*
+ * IMG_MGMT statuses.
+ */
+#define IMG_MGMT_STATUS_UPLOAD_START            0x80
 
 Review comment:
   Exactly, this is due to MGTM_STATUS* codes that are 0x01 and 0x02.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services