Skip to content

Commit dc73031

Browse files
committed
Merge branch 'doc/esp_partition_documentation' into 'master'
SPI Flash: fix doc error in esp_partition.h See merge request espressif/esp-idf!10506
2 parents 8929a9c + 60dfd87 commit dc73031

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/spi_flash/include/esp_partition.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,9 @@ esp_err_t esp_partition_write(const esp_partition_t* partition,
256256
size_t dst_offset, const void* src, size_t size);
257257

258258
/**
259-
* @brief Read data from the partition
259+
* @brief Read data from the partition without any transformation/decryption.
260260
*
261-
* @note This function is essentially the same as \c esp_partition_write() above.
261+
* @note This function is essentially the same as \c esp_partition_read() above.
262262
* It just never decrypts data but returns it as is.
263263
*
264264
* @param partition Pointer to partition structure obtained using

0 commit comments

Comments
 (0)