esp_flash: improve the comments a bit

This commit is contained in:
Michael (XIAO Xufeng)
2019-08-03 09:59:10 +08:00
parent 1cc860216e
commit a626b26cf9
4 changed files with 33 additions and 22 deletions

View File

@@ -62,6 +62,8 @@ esp_err_t memspi_host_init_pointers(spi_flash_host_driver_t *host, memspi_host_d
******************************************************************************/
/**
* @brief Read the Status Register read from RDSR (05h).
*
* High speed implementation of RDID through memspi interface relying on the
* ``common_command``.
*