essl: fixed build failure issue on chip which doesn't support SDMMC host

This commit is contained in:
Michael (XIAO Xufeng) 2022-11-17 16:35:24 +08:00
parent c5d9d24b98
commit 05268dc276
1 changed files with 0 additions and 3 deletions

View File

@ -12,7 +12,6 @@
#include "essl_internal.h"
#include "essl_sdio.h"
#if SOC_SDIO_SLAVE_SUPPORTED
static const char TAG[] = "essl_sdio";
#ifndef DR_REG_SLCHOST_BASE
@ -508,5 +507,3 @@ void essl_sdio_reset_cnt(void *arg)
ctx->rx_got_bytes = 0;
ctx->tx_sent_buffers = 0;
}
#endif // #if SOC_SDIO_SLAVE_SUPPORTED