Skip to content

Commit

Permalink
pal: storage fix build
Browse files Browse the repository at this point in the history
tbd

Signed-off-by: Krzysztof Taborowski <[email protected]>
  • Loading branch information
ktaborowski committed Aug 1, 2024
1 parent 05bb0dd commit 4348392
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions subsys/sal/sid_pal/src/sid_storage.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

LOG_MODULE_REGISTER(sid_storage, CONFIG_SIDEWALK_LOG_LEVEL);

#ifdef CONFIG_SIDEWALK_CRYPTO_PSA_KEY_STORAGE
static psa_key_id_t storage2key_id(uint16_t group, uint16_t key)
{
if (STORAGE_KV_INTERNAL_PROTOCOL_GROUP_ID == group) {
Expand All @@ -41,6 +42,7 @@ static psa_key_id_t storage2key_id(uint16_t group, uint16_t key)
}
return PSA_KEY_ID_NULL;
}
#endif /* CONFIG_SIDEWALK_CRYPTO_PSA_KEY_STORAGE */

sid_error_t sid_pal_storage_kv_init()
{
Expand Down

0 comments on commit 4348392

Please sign in to comment.