Merge branch 'contrib/github_pr_15656' into 'master'

fix(nvs_flash): removed usage of 'using namepsace std' in a header file (GitHub PR)

Closes IDFGH-14947

See merge request espressif/esp-idf!38086
This commit is contained in:
Martin Vychodil
2025-03-28 22:02:19 +08:00
11 changed files with 24 additions and 17 deletions
@@ -5,6 +5,8 @@
*/
#include "nvs_pagemanager.hpp"
using namespace std;
namespace nvs
{
esp_err_t PageManager::load(Partition *partition, uint32_t baseSector, uint32_t sectorCount)