From d72bef02e954d9cf4ae28e4eb4518c352f27893c Mon Sep 17 00:00:00 2001 From: Philip Ashmore Date: Thu, 2 Nov 2017 19:47:46 +0000 Subject: [PATCH] Added .command_timeout_ms = 0 to SDMMC_HOST_DEFAULT() in components/driver/include/driver/sdmmc_host.h --- components/driver/include/driver/sdmmc_host.h | 1 + 1 file changed, 1 insertion(+) diff --git a/components/driver/include/driver/sdmmc_host.h b/components/driver/include/driver/sdmmc_host.h index f2e2d66d5..63023e903 100644 --- a/components/driver/include/driver/sdmmc_host.h +++ b/components/driver/include/driver/sdmmc_host.h @@ -42,6 +42,7 @@ extern "C" { .set_card_clk = &sdmmc_host_set_card_clk, \ .do_transaction = &sdmmc_host_do_transaction, \ .deinit = &sdmmc_host_deinit, \ + .command_timeout_ms = 0, \ } /**