vrahane commented on a change in pull request #27: Update mynewt port of mcumgr
and various fixes
URL: https://github.com/apache/mynewt-mcumgr/pull/27#discussion_r330781902
##########
File path: cmd/img_mgmt/include/img_mgmt/img_mgmt.h
##########
@@ -21,12 +21,38 @@
#define H_IMG_MGMT_
#include <inttypes.h>
+#include "../../src/img_mgmt_config.h"
+#include "mgmt/mgmt.h"
+
struct image_version;
#ifdef __cplusplus
extern "C" {
#endif
+#define IMG_MGMT_MAX_IMGR 2
Review comment:
You are right, it is not used, I wonder why it was there in the first place
but I removed it anyways.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services