spi_flash: Modify documentations

This commit is contained in:
Cao Sen Miao
2022-06-27 15:21:42 +08:00
parent 64147c3794
commit d9b4b82edc
8 changed files with 27 additions and 125 deletions
+1 -1
View File
@@ -1034,7 +1034,7 @@ For example, in the ``foo/CMakeLists.txt`` file::
add_library(foo bar.c fizz.cpp buzz.cpp)
if(ESP_PLATFORM)
# On ESP-IDF, bar.c needs to include esp_spi_flash.h from the spi_flash component
# On ESP-IDF, bar.c needs to include esp_flash.h from the spi_flash component
target_link_libraries(foo PRIVATE idf::spi_flash)
endif()