mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-02 15:19:30 +01:00
NVS: put wild functions into namespace
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
|
||||
namespace nvs {
|
||||
|
||||
namespace partition_lookup {
|
||||
|
||||
esp_err_t lookup_nvs_partition(const char* label, NVSPartition **p)
|
||||
{
|
||||
const esp_partition_t* esp_partition = esp_partition_find_first(
|
||||
@@ -62,4 +64,6 @@ esp_err_t lookup_nvs_encrypted_partition(const char* label, nvs_sec_cfg_t* cfg,
|
||||
|
||||
#endif // CONFIG_NVS_ENCRYPTION
|
||||
|
||||
} // partition_lookup
|
||||
|
||||
} // nvs
|
||||
|
||||
Reference in New Issue
Block a user