docs(sdmmc): update information about eMMC support

Related to https://esp32.com/viewtopic.php?f=13&t=41088

Co-authored-by: Zhang Shu Xian <zhangshuxian@espressif.com>
This commit is contained in:
Ivan Grokhotkov
2024-08-22 16:40:46 +02:00
parent 72266fd7ce
commit 71fe7543f1
3 changed files with 61 additions and 48 deletions

View File

@@ -21,9 +21,6 @@ extern "C" {
/**
* Probe and initialize SD/MMC card using given host
*
* @note Only SD cards (SDSC and SDHC/SDXC) are supported now.
* Support for MMC/eMMC cards will be added later.
*
* @param host pointer to structure defining host controller
* @param out_card pointer to structure which will receive information
* about the card when the function completes