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 @@ -191,7 +191,7 @@ static bool img_mgmt_slot_max_size(size_t *area_sizes, zcbor_state_t *zse)
191191
192192 ARG_UNUSED (area_sizes );
193193
194- rc = blinfo_lookup (BLINFO_MAX_APPLICATION_SIZE , & max_app_size , sizeof (max_app_size ))
194+ rc = blinfo_lookup (BLINFO_MAX_APPLICATION_SIZE , & max_app_size , sizeof (max_app_size ));
195195
196196 if (rc < 0 ) {
197197 LOG_ERR ("Failed to lookup max application size: %d" , rc );
@@ -651,7 +651,7 @@ static int img_mgmt_slot_info(struct smp_streamer *ctxt)
651651 }
652652
653653#if defined(CONFIG_MCUMGR_GRP_IMG_TOO_LARGE_SYSBUILD ) || \
654- defined(MCUMGR_GRP_IMG_TOO_LARGE_BOOTLOADER_INFO )
654+ defined(CONFIG_MCUMGR_GRP_IMG_TOO_LARGE_BOOTLOADER_INFO )
655655 ok = img_mgmt_slot_max_size (area_sizes , zse );
656656
657657 if (!ok ) {
You can’t perform that action at this time.
0 commit comments