File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments