mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-07 09:02:08 +00:00
docs: remove duplicate "the" articles
This commit is contained in:
@@ -32,7 +32,7 @@ Steps For Creating Custom Chip Drivers and Overriding the IDF Default Driver Lis
|
||||
|
||||
1. Please check whether your flash chip have the capabilities listed in `spi_flash_caps_t` by checking the flash datasheet.
|
||||
2. Write a function named `spi_flash_chip_***(vendor)_get_caps`. Take the example below as a reference. (if the flash support `suspend` and `read unique id`).
|
||||
3. Points the the pointer `get_chip_caps` (in `spi_flash_chip_t`) to the function mentioned above.
|
||||
3. Points the pointer `get_chip_caps` (in `spi_flash_chip_t`) to the function mentioned above.
|
||||
|
||||
.. code-block:: c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user