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

@@ -1,5 +1,5 @@
if(${IDF_TARGET} STREQUAL "linux")
set(requires esp_stubs protocol_examples_common)
set(requires esp_stubs protocol_examples_common nvs_flash)
endif()
if("${CONFIG_EXAMPLE_IPV4}" STREQUAL y)