essl_sdio: should be available even if platform can only be sdio master

pull/9628/head
Franck Duriez 2022-08-24 19:25:20 +02:00
rodzic 23d5a582cb
commit aaa5d36cda
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -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