File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
subsys/mgmt/mcumgr/grp/img_mgmt/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ static bool img_mgmt_slot_max_size(size_t *area_sizes, zcbor_state_t *zse)
173173
174174 ARG_UNUSED (area_sizes );
175175
176- rc = blinfo_lookup (BLINFO_MAX_APPLICATION_SIZE , & max_app_size , sizeof (max_app_size ))
176+ rc = blinfo_lookup (BLINFO_MAX_APPLICATION_SIZE , & max_app_size , sizeof (max_app_size ));
177177
178178 if (rc < 0 ) {
179179 LOG_ERR ("Failed to lookup max application size: %d" , rc );
@@ -626,7 +626,7 @@ static int img_mgmt_slot_info(struct smp_streamer *ctxt)
626626 }
627627
628628#if defined(CONFIG_MCUMGR_GRP_IMG_TOO_LARGE_SYSBUILD ) || \
629- defined(MCUMGR_GRP_IMG_TOO_LARGE_BOOTLOADER_INFO )
629+ defined(CONFIG_MCUMGR_GRP_IMG_TOO_LARGE_BOOTLOADER_INFO )
630630 ok = img_mgmt_slot_max_size (area_sizes , zse );
631631
632632 if (!ok ) {
You can’t perform that action at this time.
0 commit comments