mirror of https://github.com/ARMmbed/mbed-os.git
Add the missing definition for `as_entry`
parent
27e64a82b8
commit
997b523284
|
@ -40,6 +40,8 @@ private:
|
||||||
sign_count_t peer_sign_counter;
|
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 uint8_t KVSTORESECURITYDB_VERSION = 1;
|
||||||
|
|
||||||
static constexpr size_t DB_PREFIX_SIZE = 7 + sizeof (STR(MBED_CONF_STORAGE_DEFAULT_KV)) - 1;
|
static constexpr size_t DB_PREFIX_SIZE = 7 + sizeof (STR(MBED_CONF_STORAGE_DEFAULT_KV)) - 1;
|
||||||
|
|
Loading…
Reference in New Issue