mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
sys/suit/sotarge/ram: on install set seq_no
This commit is contained in:
parent
6a1b472a06
commit
73d71a6dd5
@ -120,11 +120,9 @@ static int _ram_finish(suit_storage_t *storage, const suit_manifest_t *manifest)
|
||||
return SUIT_OK;
|
||||
}
|
||||
|
||||
static int _ram_install(suit_storage_t *storage,
|
||||
const suit_manifest_t *manifest)
|
||||
static int _ram_install(suit_storage_t *storage, const suit_manifest_t *manifest)
|
||||
{
|
||||
(void)manifest;
|
||||
(void)storage;
|
||||
suit_storage_set_seq_no(storage, manifest->seq_number);
|
||||
return SUIT_OK;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user