mirror of
https://github.com/esp-rs/esp-idf-hal.git
synced 2025-09-26 20:00:35 +00:00
More fixes for the SD card driver under ESP-IDF 6
This commit is contained in:
parent
5d4b98795e
commit
8198761ecf
@ -379,6 +379,8 @@ mod sdcard {
|
||||
all(esp_idf_version_major = "5", esp_idf_version_minor = "1"),
|
||||
)))] // For ESP-IDF v5.2 and later
|
||||
set_input_delay: Some(sdmmc_host_set_input_delay),
|
||||
#[cfg(esp_idf_version_at_least_6_0_0)]
|
||||
set_input_delayline: None,
|
||||
command_timeout_ms: configuration.command_timeout_ms as _,
|
||||
#[cfg(not(any(
|
||||
esp_idf_version_major = "4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user