Add the missing definition for `as_entry`

pull/14693/head
Yahya Tawil 2021-05-22 11:46:34 +03:00 committed by GitHub
parent 27e64a82b8
commit 997b523284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ private:
sign_count_t peer_sign_counter;
};
static entry_t *as_entry(entry_handle_t db_handle);
static constexpr uint8_t KVSTORESECURITYDB_VERSION = 1;
static constexpr size_t DB_PREFIX_SIZE = 7 + sizeof (STR(MBED_CONF_STORAGE_DEFAULT_KV)) - 1;