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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user