This commit is contained in:
Franck Duriez 2024-07-08 07:09:45 +00:00 committed by GitHub
commit b92b17f6ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,6 @@
#include "essl_internal.h"
#include "soc/soc_caps.h"
#if SOC_SDIO_SLAVE_SUPPORTED
#include "soc/host_reg.h"
static const char TAG[] = "essl_sdio";
@ -458,5 +457,3 @@ void essl_sdio_reset_cnt(void *arg)
ctx->rx_got_bytes = 0;
ctx->tx_sent_buffers = 0;
}
#endif // #if SOC_SDIO_SLAVE_SUPPORTED