]> granicus.if.org Git - esp-idf/commitdiff
Added .command_timeout_ms = 0 to SDSPI_HOST_DEFAULT() too
authorAnton Maklakov <anton@espressif.com>
Wed, 8 Nov 2017 04:52:25 +0000 (12:52 +0800)
committerAnton Maklakov <anton@espressif.com>
Wed, 8 Nov 2017 04:52:50 +0000 (12:52 +0800)
components/driver/include/driver/sdspi_host.h

index 72bd9f3829e328710fd4aa141507bf82e2d53ce1..54eba081e90ea44a228e1af9e4ba50e67323be3b 100644 (file)
@@ -43,6 +43,7 @@ extern "C" {
     .set_card_clk = &sdspi_host_set_card_clk, \
     .do_transaction = &sdspi_host_do_transaction, \
     .deinit = &sdspi_host_deinit, \
+    .command_timeout_ms = 0, \
 }
 
 /**