Skip to content

Commit 5738767

Browse files
XXXXzzzz000krzychb
authored andcommitted
fix : esp_partition_find missing
Signed-off-by: krzychb <[email protected]>
1 parent c97b875 commit 5738767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/spi_flash/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ and perform operations on them. These functions are declared in ``esp_partition.
121121
- :cpp:func:`esp_partition_next` advances iterator to the next partition found
122122
- :cpp:func:`esp_partition_iterator_release` releases iterator returned by ``esp_partition_find``
123123
- :cpp:func:`esp_partition_find_first` is a convenience function which returns structure
124-
describing the first partition found by esp_partition_find
124+
describing the first partition found by ``esp_partition_find``
125125
- :cpp:func:`esp_partition_read`, :cpp:func:`esp_partition_write`, :cpp:func:`esp_partition_erase_range`
126126
are equivalent to :cpp:func:`spi_flash_read`, :cpp:func:`spi_flash_write`,
127127
:cpp:func:`spi_flash_erase_range`, but operate within partition boundaries

0 commit comments

Comments
 (0)