Remove nvs_flash.h from protocols/linux_stubs

This commit is contained in:
Harshit Malpani
2023-01-12 10:09:25 +05:30
parent 345e38a3f0
commit 7f683f0996
6 changed files with 7 additions and 26 deletions

View File

@@ -15,12 +15,7 @@ esp_err_t esp_netif_init(void)
return ESP_OK;
}
esp_err_t nvs_flash_init(void)
{
return ESP_OK;
}
esp_err_t nvs_flash_erase(void)
esp_err_t example_connect(void)
{
return ESP_OK;
}