We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dcaa9c commit 94cd46dCopy full SHA for 94cd46d
subsys/mgmt/updatehub/updatehub_storage.c
@@ -73,7 +73,7 @@ int updatehub_storage_mark_partition_to_upgrade(struct updatehub_storage_context
73
return -EINVAL;
74
}
75
76
- return boot_request_upgrade_multi(partition_id, BOOT_UPGRADE_TEST);
+ return boot_request_upgrade(BOOT_UPGRADE_TEST);
77
78
79
int updatehub_storage_mark_partition_as_confirmed(const uint32_t partition_id)
0 commit comments