refactor: remove dependency on spi_flash include for sector size

This commit is contained in:
Sonika Rathi
2024-09-26 13:01:24 +08:00
parent f18eb5a4c6
commit d5da858cd9
42 changed files with 198 additions and 136 deletions
+1
View File
@@ -21,6 +21,7 @@
#endif // !ESP_PLATFORM
#include "esp_log.h"
#include "spi_flash_mmap.h"
#define TAG "nvs_storage"
#if defined(SEGGER_H) && defined(GLOBAL_H)