mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
Added .command_timeout_ms = 0 to SDSPI_HOST_DEFAULT() too
This commit is contained in:
parent
20ccec1061
commit
27c1fc52ba
@ -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, \
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user