]> granicus.if.org Git - esp-idf/commitdiff
fix : esp_partition_find missing `` ``
authorXuanZe <119524428@qq.com>
Wed, 7 Mar 2018 07:46:38 +0000 (15:46 +0800)
committerkrzychb <krzychb@gazeta.pl>
Thu, 8 Mar 2018 08:39:20 +0000 (09:39 +0100)
Signed-off-by: krzychb <krzychb@gazeta.pl>
components/spi_flash/README.rst

index ef401504998af7ba88fd5e8693019ec680dbcd51..ef4cb1f82150d3f3de5b2ec07591abbb313d5dbe 100644 (file)
@@ -121,7 +121,7 @@ and perform operations on them. These functions are declared in ``esp_partition.
 - :cpp:func:`esp_partition_next` advances iterator to the next partition found
 - :cpp:func:`esp_partition_iterator_release` releases iterator returned by ``esp_partition_find``
 - :cpp:func:`esp_partition_find_first` is a convenience function which returns structure
-  describing the first partition found by esp_partition_find
+  describing the first partition found by ``esp_partition_find``
 - :cpp:func:`esp_partition_read`, :cpp:func:`esp_partition_write`, :cpp:func:`esp_partition_erase_range`
   are equivalent to :cpp:func:`spi_flash_read`, :cpp:func:`spi_flash_write`,
   :cpp:func:`spi_flash_erase_range`, but operate within partition boundaries