mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
sdmmc: sdmmc_init_sd_ssr: use correct command name
Numerical value of MMC_SEND_STATUS is the same as SD_APP_SD_STATUS, so there is no functional change. Just making this consistent with the sdmmc_send_app_cmd call later on.
This commit is contained in:
parent
f1e3536f3c
commit
da47bebdd8
@ -96,7 +96,7 @@ esp_err_t sdmmc_init_sd_ssr(sdmmc_card_t* card)
|
||||
.data = sd_ssr,
|
||||
.datalen = SD_SSR_SIZE,
|
||||
.blklen = SD_SSR_SIZE,
|
||||
.opcode = MMC_SEND_STATUS,
|
||||
.opcode = SD_APP_SD_STATUS,
|
||||
.arg = 0,
|
||||
.flags = SCF_CMD_ADTC | SCF_RSP_R1 | SCF_CMD_READ
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user