From 573876700b64d82e7a4dedb60d5b97f618ecfc39 Mon Sep 17 00:00:00 2001 From: XuanZe <119524428@qq.com> Date: Wed, 7 Mar 2018 15:46:38 +0800 Subject: [PATCH] fix : esp_partition_find missing `` `` Signed-off-by: krzychb --- components/spi_flash/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/spi_flash/README.rst b/components/spi_flash/README.rst index ef40150499..ef4cb1f821 100644 --- a/components/spi_flash/README.rst +++ b/components/spi_flash/README.rst @@ -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