]> granicus.if.org Git - esp-idf/commitdiff
Added .command_timeout_ms = 0 to SDMMC_HOST_DEFAULT() in components/driver/include...
authorPhilip Ashmore <contact@philipashmore.com>
Thu, 2 Nov 2017 19:47:46 +0000 (19:47 +0000)
committerIvan Grokhotkov <ivan@espressif.com>
Fri, 3 Nov 2017 09:15:44 +0000 (17:15 +0800)
components/driver/include/driver/sdmmc_host.h

index f2e2d66d5d0ad0cff07759215fa17780921be206..63023e90302a7f8bc4fff7b1c461a11962afa85b 100644 (file)
@@ -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, \
 }
 
 /**