bdk: sdmmc: rename bkops define

And remove dead code.
This commit is contained in:
CTCaer
2026-03-18 05:40:24 +02:00
parent c6c89ce0b1
commit ef1ce85735
3 changed files with 4 additions and 8 deletions

View File

@@ -1147,10 +1147,6 @@ static int _sdmmc_execute_cmd_inner(sdmmc_t *sdmmc, sdmmc_cmd_t *cmd, sdmmc_req_
{
sdmmc->expected_rsp_type = cmd->rsp_type;
res = _sdmmc_cache_rsp(sdmmc, sdmmc->rsp, cmd->rsp_type);
#ifdef ERROR_EXTRA_PRINTING
if (res)
EPRINTFARGS("SDMMC%d: Unknown response type!", sdmmc->id + 1);
#endif
}
if (request && !res)
{