Explorar el Código

Added .command_timeout_ms = 0 to SDMMC_HOST_DEFAULT() in components/driver/include/driver/sdmmc_host.h

Philip Ashmore hace 8 años
padre
commit
d72bef02e9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      components/driver/include/driver/sdmmc_host.h

+ 1 - 0
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, \
 }
 
 /**