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

This commit is contained in:
timoxd7
2025-03-26 13:35:33 +01:00
parent 23c73cdc37
commit fc418cc782
4 changed files with 7 additions and 3 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)