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 2021/10/07 14:31:23 UTC

[GitHub] [mynewt-mcumgr] utzig commented on a change in pull request #148: Add IMG_MGMT_FRUGAL_LIST configuration option

utzig commented on a change in pull request #148:
URL: https://github.com/apache/mynewt-mcumgr/pull/148#discussion_r724238604



##########
File path: cmd/img_mgmt/include/img_mgmt/img_mgmt_config.h
##########
@@ -46,6 +47,12 @@ BUILD_ASSERT(CONFIG_IMG_MGMT_UPDATABLE_IMAGE_NUMBER > 2, "Unsupported number of
 #undef IMG_MGMT_UPDATABLE_IMAGE_NUMBER
 #define IMG_MGMT_UPDATABLE_IMAGE_NUMBER CONFIG_IMG_MGMT_UPDATABLE_IMAGE_NUMBER
 #endif
+/* Image status list will only contain image attributes that are true/non-zero */
+#ifndef CONFIG_IMG_MGMT_FRUGAL_LIST
+#define IMG_MGMT_FRUGAL_LIST	0

Review comment:
       There is a tab here, please fix.




-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org